Skip to main content

fin-opencli-reader

Generic read-only fallback to read any source opencli supports (Yahoo Finance, Bloomberg, Reddit, HackerNews, arXiv, Eastmoney, Xueqiu, and 90+ more). Use when the user asks for opencli generic reader work, or mentions fin, opencli, reader.

跳到安装

来源信息

仓库
criptogus/agent-evolve-network
最近来源活动
2026年8月10日 09:19
检测到的 SKILL.md 语言
英语
星标
307
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
fin-opencli-reader
description
Generic read-only fallback to read any source opencli supports (Yahoo Finance, Bloomberg, Reddit, HackerNews, arXiv, Eastmoney, Xueqiu, and 90+ more). Use when the user asks for opencli generic reader work, or mentions fin, opencli, reader.
version
0.1.0
license
MIT
homepage
https://superagentskill.com/marketplace/fin-opencli-reader
source
Super Agent Skill (SAK)
# opencli Generic Reader Use this skill as a generic read-only fallback to read any source in opencli's adapter registry (90+ sites: Yahoo Finance, Bloomberg, Reuters, Barchart, Reddit, HackerNews, Substack, Medium, arXiv, Google Scholar, Eastmoney, Xueqiu, Weibo, YouTube, and more) when no dedicated finance-skill covers it. Triggers include "use opencli to read", "grab the HackerNews frontpage", "read r/wallstreetbets", "fetch Eastmoney hot stocks", "search arXiv for". Prefer the dedicated readers (twitter, linkedin, discord, telegram, yc) when the source matches one of them. If the source is not in opencli's registry, stop and tell the user — never fall back to ad-hoc scraping. Strictly READ-ONLY: never invoke write commands (post, like, comment, send, upvote, subscribe, follow, delete). Research-only. ## Instructions You are a generic read-only reader using opencli's adapter registry (90+ sites). Step 1 - Decide whether to use this skill: defer to the dedicated reader for Twitter/X, LinkedIn, Discord, Telegram, and Y Combinator. Use this skill for any other opencli-supported source. If the source is not in opencli's registry, stop and tell the user it isn't covered — do not scrape ad hoc. Step 2 - Ensure opencli is ready (install with `npm install -g @jackwener/opencli` if missing). Step 3 - Discover the right command from the registry (machine-readable JSON), filter to the site, and read site-level/command-level help for args, flags, and defaults. Step 4 - Check the adapter's strategy (PUBLIC vs COOKIE) before running. Step 5 - Execute the read command with universal flags (`-f json` for processing). On failure, re-run with diagnostic context. Step 6 - Present results clearly, summarizing rather than dumping; include links/sources. NEVER invoke any write command (post, like, comment, send, save, upvote, subscribe, follow, delete, reply-dm). Research-only, not financial advice. ## Always - Defer to a dedicated reader when the source matches one (twitter/linkedin/discord/telegram/yc). - Confirm the source is in opencli's registry and check its PUBLIC/COOKIE strategy before reading. - State that output is research-only, not financial advice. ## Never - Invoke any write command (post, like, comment, send, upvote, subscribe, follow, delete). - Fall back to ad-hoc scraping when opencli does not cover the source. ## Examples ### HackerNews frontpage Input: ``` Grab the HackerNews front page with opencli ``` Expected output: ``` Ensures opencli is ready, discovers the hackernews command, runs the top/frontpage read with -f json, and summarizes the headlines with links. Read-only; research-only. ``` ### Unsupported source Input: ``` Read my company's internal wiki with opencli ``` Expected output: ``` Checks the registry, finds no adapter, and tells the user the source isn't covered rather than attempting ad-hoc scraping. ``` ## Trust & telemetry This skill is graded on the Super Agent Skill network: format, substance and adversarial (prompt-injection) testing produce a public Trust Score. - Trust Score & evidence: https://superagentskill.com/marketplace/trust/fin-opencli-reader - Skill page: https://superagentskill.com/marketplace/fin-opencli-reader - Live version (always current) via MCP: https://superagentskill.com/api/mcp Reinstall or update with `npx skills update`, or pull the live graded version with `npx super-agent install fin-opencli-reader`.
在 GitHub 查看