This is the core PANews reading skill for users who want to follow cryptocurrency and blockchain news through PANews coverage. Use it for market-moving headlines, project and token updates, rankings, deep dives, topics, columns, series, events, and editorial picks.
It is best suited for structured news discovery and explanation. The skill should help users understand what is happening, why it matters, and where to keep reading, while staying accessible to readers who may not be technical.
Common User Phrases
- - "What are the biggest crypto stories today?"
- "Can you find coverage about Bitcoin, Solana, or this project?"
Capabilities
| Scenario | Trigger intent | Reference |
|---|
| Today's briefing | What's the big news today? What's happening in crypto? | workflow-today-briefing |
| Search |
Search for XX / find reports about XX |
workflow-search |
| Deep dive | What's going on with Bitcoin / a project / an event lately? |
workflow-topic-research |
| Read an article | User provides an article URL or ID |
workflow-read-article |
| Discover trending | What is everyone talking about right now? |
workflow-trending |
| Latest news | Breaking news / what just happened |
workflow-latest-news |
| Browse columns | What columns are there / this author's column |
workflow-columns |
| Browse series | Any series coverage on XX |
workflow-series |
| Browse topics | What do people think about XX / what's the community discussing |
workflow-topics |
| Events | Any recent summits / hackathons / activities |
workflow-events |
| Event calendar | Important events this month / project schedule |
workflow-calendar |
| Platform picks | What is the editor recommending / what are the hot searches |
workflow-hooks |
General principles
- - Do not predict price movements or give investment advice
- Content strictly from PANews - do not add information PANews has not reported
- For publishing content, use the panews-creator skill
Execution guidance
- - Use judgment for open-ended discovery tasks such as briefings, topic research, and trend summaries. Multiple valid paths are acceptable if the result stays grounded in PANews coverage.
- Be more specific for fragile tasks:
- If the user provides an article URL or ID, resolve the article directly instead of broadening into generic search.
- If the task is rankings, events, calendar items, or platform picks, use the most direct matching workflow instead of combining unrelated workflows first.
- If PANews coverage is weak or missing, say so directly rather than filling gaps with outside knowledge.
Language
All CLI commands support --lang, accepting standard locale strings (e.g. zh, en, zh-TW, en-US, ja-JP), automatically mapped to the nearest supported language. If omitted, the system locale is auto-detected. Match --lang to the user's question language.
Scripts
- -
scripts/cli.mjs: unified entrypoint for PANews reader commands
CODEBLOCK0
When unsure about parameters, check with --help first:
CODEBLOCK1
Available commands:
CODEBLOCK2
技能名称: panews
详细描述:
这是核心的PANews阅读技能,适用于希望通过PANews报道追踪加密货币和区块链新闻的用户。可用于影响市场的头条新闻、项目和代币更新、排名、深度分析、话题、专栏、系列报道、活动以及编辑精选。
该技能最适合结构化的新闻发现和解读。它应帮助用户理解正在发生什么、为何重要以及如何继续阅读,同时保持对非技术读者的友好性。
常用用户短语
- - 今天最大的加密新闻是什么?
- 你能找到关于比特币、Solana或这个项目的报道吗?
能力
搜索XX / 查找关于XX的报道 |
workflow-search |
| 深度分析 | 比特币/某个项目/某个事件最近怎么样了? |
workflow-topic-research |
| 阅读文章 | 用户提供文章URL或ID |
workflow-read-article |
| 发现热门 | 现在大家都在讨论什么? |
workflow-trending |
| 最新消息 | 突发新闻/刚刚发生了什么 |
workflow-latest-news |
| 浏览专栏 | 有哪些专栏/这位作者的专栏 |
workflow-columns |
| 浏览系列 | 关于XX的系列报道 |
workflow-series |
| 浏览话题 | 大家对XX怎么看/社区在讨论什么 |
workflow-topics |
| 活动 | 最近有什么峰会/黑客松/活动 |
workflow-events |
| 活动日历 | 本月重要活动/项目日程 |
workflow-calendar |
| 平台精选 | 编辑推荐什么/热搜是什么 |
workflow-hooks |
通用原则
- - 不预测价格走势或提供投资建议
- 内容严格来自PANews——不添加PANews未报道的信息
- 如需发布内容,请使用panews-creator技能
执行指引
- - 对于开放式的发现任务(如简报、话题研究和趋势总结),应运用判断力。只要结果基于PANews报道,多种有效路径均可接受。
- 对于敏感任务应更加具体:
- 如果用户提供文章URL或ID,直接解析该文章,而非扩展为通用搜索。
- 如果任务是排名、活动、日历项或平台精选,使用最直接的匹配工作流,而非先组合不相关的工作流。
- 如果PANews报道不足或缺失,直接说明,而非用外部知识填补空白。
语言
所有CLI命令支持--lang参数,接受标准区域设置字符串(如zh、en、zh-TW、en-US、ja-JP),自动映射到最近的支持语言。如果省略,系统区域设置将被自动检测。将--lang与用户提问语言匹配。
脚本
- - scripts/cli.mjs:PANews阅读器命令的统一入口点
bash
node {技能目录}/panews/scripts/cli.mjs <命令> [选项]
当不确定参数时,先用--help检查:
bash
node {技能目录}/panews/scripts/cli.mjs --help
node {技能目录}/panews/scripts/cli.mjs <命令> --help
可用命令:
text
list-articles 按类型列出最新文章
get-daily-must-reads 获取每日必读文章
get-rankings 获取文章热门排名(daily:24小时热门 | weekly:7天搜索趋势)
search-articles 按关键词搜索文章
get-article 按ID获取文章完整内容
list-columns 列出或搜索PANews专栏
get-column 获取专栏详情及近期文章
list-series 列出或搜索PANews系列报道
get-series 获取系列报道详情及文章
list-topics 列出或搜索PANews话题
get-topic 获取话题详情及最新评论
list-events 列出PANews活动/活动
list-calendar-events 列出PANews日历事件
get-hooks 按类别获取PANews钩子/注入点数据