gate-info-research
Installation
SKILL.md
gate-info-research
General Rules
⚠️ STOP — You MUST read and strictly follow the shared runtime rules before proceeding. Do NOT select or call any tool until all rules are read. These rules have the highest priority. → Read gate-runtime-rules.md → Also read info-news-runtime-rules.md for gate-info and gate-news shared rules (tool degradation, report standards, security, routing).
- Only call MCP tools explicitly listed in this skill. Tools not documented here must NOT be called, even if they exist in the MCP server.
CLI and playbook contract
- Legacy commands MUST exist under
gate-cli v0.5.2. Whenshortcuts_enabled(see Step 0.5,cli_version >= 0.7.6), prefer playbookshortcut/additional_shortcutblocks (info +coin-overview,+market-overview, etc.); on failure or older CLI, fall back to legacycommandsin the playbook YAML. - Call
gate-cli info …/gate-cli news …only as listed in playbooks/gate-info-research.yaml. This primary skill does not call Gate MCP tools when preflightrouteisCLI(MCP is for legacy wrapper skills only). - Always pass
--format jsonon data-collection commands. Never mix JSON and pretty output in the same pipeline. - If a required slot (e.g.
symbolforsingle_coin) cannot be parsed with high confidence, ask the user to clarify. Never guess a ticker from a project name. - Cross-domain allowed:
gate-info-researchMAY callgate-cli news …when theresearch_plus_newsplaybook fires. It MUST NOT take over user queries whose primary intent is news / events / community; those route togate-news-intel. - Final user-facing reports may use the user’s locale; this
SKILL.mdstays English for discovery and indexing (see repositoryCLAUDE.mdrule 1).