Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsAvançado

CLI-EXPLORER — 适配器探索式开发完全指南

porjackwener·jackwener· v1.0.0 · atualizado em 2026-04-10
83
Score

Use when creating a new OpenCLI adapter from scratch, adding support for a new website or platform, or exploring a site's API endpoints via browser DevTools. Covers API discovery workflow, authentication strategy selection, YAML/TS adapter writing, and testing.

opencliapi-discoveryadapter-developmentweb-scrapingautomationbrowser-automationyamltypescript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdopencli-explorer/workflow
1
Navigate and Observe: — Use browser tools to navigate the target website and observe its structure and interactive elements.
2
Capture Network Requests: — Capture network requests using browser DevTools to identify potential API endpoints and their characteristics.
3
Analyze API Endpoints: — Analyze the captured API endpoints, request headers, and response bodies to understand their functionality and authentication requirements.
4
Select Authentication Strategy: — Choose the appropriate authentication strategy based on the API's characteristics (e.g., public, cookie-based, header-based).
5
Develop Adapter: — Develop the OpenCLI adapter using YAML or TypeScript, leveraging existing templates and platform SDKs.
6
Test Adapter: — Test the developed adapter by building it, confirming command registration, and running the command with verbose mode enabled.
7
Verify Output: — Verify the adapter's output against the expected results and debug any issues.
8
Submit Adapter: — Submit the tested and verified adapter for publication.

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

Compõe com ←CLI-ONESHOT — 单点快速 CLI 生成
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aClawDirect
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aClawDirect-Dev
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAnti-Detect Browser SDK
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

CLI-EXPLORER — 适配器探索式开发完全指南
opencli-explorer
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
create a new OpenCLI adapteradd support for a new website to OpenCLIexplore a site's API endpoints using browser DevToolsdevelop an OpenCLI command for a websitebuild an OpenCLI adapter from scratchdiscover APIs for a website using OpenCLIautomate API discovery with OpenCLIwrite a YAML or TS adapter for OpenCLI

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 opencli-explorer
$ synaptic skills detail opencli-explorer
$ synaptic skills live opencli-explorer

Links

GitHub Repository