Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Get API Docs via chub

porandrewyng·andrewyng· v1.0.0 · atualizado em 2026-04-10
78
Score

This skill retrieves API documentation. It can be used to understand API endpoints, parameters, and expected responses. The skill is useful for tasks such as API integration and troubleshooting.

api-documentationllmagent-developmentchub-clidocumentation-toolapi-referencecode-generation
Linguagens
PythonJavaScriptTypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdget-api-docs/workflow
1
Find the doc ID: — Use `chub search <library name> --json` to find the ID of the desired API documentation.
2
Fetch the docs: — Use `chub get <id> --lang py` (or `--lang js`, `--lang ts`) to fetch the documentation in the desired language.
3
Read the docs: — Analyze the fetched documentation to understand the API's structure and functionality.
4
Use the docs: — Write code or answer questions based on the information found in the documentation.
5
Annotate (optional): — If you discover something not in the doc, use `chub annotate <id> "your note"` to save it.
6
Give feedback (optional): — Ask the user and use `chub feedback <id> up/down --label <label>` to rate the documentation.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDynamic Stop Loss (DSL) v4
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aQVeris — Search & Action Engine
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAdversarial Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

Get API Docs via chub
get-api-docs
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
get API documentationfetch API docs using chubfind documentation for a librarysearch for API documentationuse chub to get API referencehow to use chub cli for documentationget documentation for openai apiget documentation for stripe api

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download get-api-docs
$ synaptic skills detail get-api-docs
$ synaptic skills live get-api-docs

Links

GitHub Repository