/SKILL.md
聚合 Topic Rush、社媒热度、聪明钱流入、聪明钱信号、代币审计与币安官方公告,生成可复用的币安叙事情报报告。适用于热题材追踪、链间轮动、催化映射、伪叙事识别与内容策划。
npx skillsauth add lgc666677/binance-narrative-os binance-narrative-osInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这套 skill 面向“叙事情报”,不是直接下单执行。
它会运行本地生成器,把公开的币安生态信号整理成一份可复用报告,核心内容包括:
当用户有下面这些需求时,应该使用这套 skill:
scripts/binance_narrative_os.pyJSON 当作唯一事实源Markdown 和 HTML 只负责展示warnings 中显式暴露问题py -3 scripts/binance_narrative_os.py `
--config config.example.json `
--json-output output/latest_report.json `
--markdown-output output/latest_report.md `
--html-output output/latest_report.html
py -3 scripts/binance_narrative_os.py `
--config config.example.json `
--json-output demo/sample_report.json `
--markdown-output demo/sample_report.md `
--html-output demo/index.html
JSONnarrative_radar 做主题排序与主线判断narrative_memory 做跨时间变化识别risk_of_false_narratives 做降权和风险提醒narrative_playbooks、editorial_calendar 和 square_draft 支撑内容生产scripts/binance_narrative_os.py:主生成脚本references/data-sources.md:数据源、接口来源与输出模块product-logic.md:评分模型与产品结构说明assets/report_template.html:编辑部风格 demo 界面tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.