feat: add Moss Search skill for Zo Computer#69
Open
ashvathsureshkumar wants to merge 9 commits intomainfrom
Open
feat: add Moss Search skill for Zo Computer#69ashvathsureshkumar wants to merge 9 commits intomainfrom
ashvathsureshkumar wants to merge 9 commits intomainfrom
Conversation
Zo skill that gives Zo sub-10ms semantic search via Moss. Uses the published @moss-tools/mcp-server package via MCPorter. Includes install script, SKILL.md with Zo behavior rules, and moss.sh CLI wrapper for all Moss operations.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
HarshaNalluru
approved these changes
Mar 25, 2026
r4ghu
approved these changes
Mar 26, 2026
The heredoc writing MOSS_PROJECT_ID and MOSS_PROJECT_KEY to the env file left values unquoted. When moss.sh later sources the file, bash would interpret shell metacharacters (spaces, $(), backticks) in credential values as commands. Single-quote the values to prevent expansion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The MCPorter config file receives the same MOSS_PROJECT_KEY as zo.env but was left with default umask permissions (typically 644). Apply chmod 600 to match the restriction already in place for zo.env.
- Use printf '%q' to write shell-safe quoted values to zo.env, handling single quotes, spaces, and metacharacters in credentials. - Write mcporter.json to a temp file first and mv into place so the original config is preserved if jq fails on malformed input.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@moss-tools/mcp-servernpm package via MCPorterFiles
Install (in Zo terminal)
Tools exposed
load-indexload_indexsearchquerycreate-indexcreate_indexlist-indexeslist_indexesadd-docsadd_docsdelete-docsdelete_docsget-docsget_docsdelete-indexdelete_index