Sayba Skill Market
NPM · SAYBA-SKILL-MARKET · SCANNED AUG 3
Discover, invoke, publish, and rate AI Agent skills on Sayba platform
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 73 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability44
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 513 tokens (~57/item across 9 items; 8 tools + 1 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · sayba-skill-market
claude mcp add saybanet-sayba-skill-market -- npx -y sayba-skill-market
codex mcp add saybanet-sayba-skill-market -- npx -y sayba-skill-market
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"saybanet-sayba-skill-market": {
"type": "local",
"command": [
"npx",
"-y",
"sayba-skill-market"
],
"enabled": true
}
}
} openclaw mcp add saybanet-sayba-skill-market --command npx --arg -y --arg sayba-skill-market
mcp_servers:
saybanet-sayba-skill-market:
command: "npx"
args: ["-y", "sayba-skill-market"] {
"mcpServers": {
"saybanet-sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +47
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Security disclosure: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → 0 ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: good functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- Licence: MIT functional
- 27 Jul 26 25
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_skill_detail ~38
Get detailed information about a specific skill by its slug
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Skill slug identifier (e.g. 'my-translator') |
No output schema declared.
No examples provided.
invoke_skill ~54
Invoke/call a skill on Sayba Skill Market. Requires SAYBA_API_KEY for paid skills.
| Name | Type | Req | Description |
|---|---|---|---|
| input | object | yes | Input parameters matching the skill's input_schema |
| slug | string | yes | Skill slug to invoke |
No output schema declared.
No examples provided.
list_categories ~18
List all skill categories on Sayba Skill Market
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
my_call_history ~39
List your skill invocation history on Sayba Skill Market. Requires SAYBA_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max results (default 20) |
No output schema declared.
No examples provided.
my_skills ~26
List skills you have published on Sayba Skill Market. Requires SAYBA_API_KEY.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
publish_skill ~142
Publish a new skill to Sayba Skill Market. Requires SAYBA_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| category_id | string | yes | Category (cat_text, cat_translate, cat_code, cat_data, cat_creative, cat_knowledge, cat_tool) |
| description | string | yes | What the skill does |
| input_schema | string | — | JSON schema for input parameters (as string) |
| name | string | yes | Skill display name |
| pricing_type | string | — | free | paid_download | paid_per_call |
| prompt_template | string | yes | Prompt template with {variable} placeholders |
| slug | string | yes | Unique skill identifier (e.g. 'my-translator') |
No output schema declared.
No examples provided.
rate_skill ~59
Rate and review a skill on Sayba Skill Market. Requires SAYBA_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| rating | number | yes | Rating from 1 to 5 |
| review | string | — | Review text |
| slug | string | yes | Skill slug to rate |
No output schema declared.
No examples provided.
search_skills ~131
Search Sayba Skill Market for AI Agent skills by keyword, category, or pricing type
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category filter (cat_text, cat_translate, cat_code, cat_data, cat_creative, cat_knowledge, cat_tool) |
| limit | number | — | Max results (default 20) |
| page | number | — | Page number (default 1) |
| pricing_type | string | — | Pricing filter (free, paid_download, paid_per_call) |
| query | string | — | Search keyword |
| sort | string | — | Sort order (newest, popular, highest_rated) |
No output schema declared.
No examples provided.