Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Morningstar202604/awesome-skillkit --skill v2ex-publishergit clone --depth 1 https://github.com/Morningstar202604/awesome-skillkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/morningstar202604/awesome-skillkit/v2ex-publisher)<a href="https://agentmods.dev/skills/morningstar202604/awesome-skillkit/v2ex-publisher"><img src="https://agentmods.dev/badge/skills/morningstar202604/awesome-skillkit/v2ex-publisher/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/morningstar202604/awesome-skillkit/v2ex-publisher"><img src="https://agentmods.dev/badge/skills/morningstar202604/awesome-skillkit/v2ex-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.00619 |
| Opus 5 | $0.00010 | $0.00309 |
| Sonnet 5 | $0.00004 | $0.00124 |
| Haiku 4.5 | $0.00002 | $0.00062 |
Grade A, and why
v2ex-publisher scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
V2EX Publisher
V2EX 发帖/回复客户端,基于 V2EX Web 内部接口(无公开 API)。
功能
topic-create—— 创建主题帖reply-create—— 回复主题node-list—— 获取节点列表(用于获取 node_id)
安全设计
- 默认 dry-run:所有写操作默认只打印请求计划,不联网;加
--execute才真正发送。 - 凭据隔离:
V2EX_COOKIE环境变量或--cookie-file
使用示例
export V2EX_COOKIE="A2=xxx; PB3_SESSION=xxx; ..."
python v2ex_publisher.py topic-create --execute \
--title "我的主题" \
--content "正文内容..." \
--node-id 123
python v2ex_publisher.py reply-create --execute 12345 \
--content "回复内容..."
python v2ex_publisher.py node-list --execute
端点核对(首次使用必做)
V2EX 无公开 API,端点可能随时变更。首次使用前请在浏览器 DevTools 核对。
当前端点(需核对):
- 创建主题:
POST https://www.v2ex.com/api/topics/create - 创建回复:
POST https://www.v2ex.com/api/replies/create - 节点列表:
GET https://www.v2ex.com/api/nodes/show.json
认证
V2EX_COOKIE — 包含 A2、PB3_SESSION 等字段的完整 Cookie
export V2EX_COOKIE="A2=xxx; PB3_SESSION=xxx; ..."
# 或
python v2ex_publisher.py topic-create --cookie-file ~/.v2ex_cookie ...
退出码
0成功1API 错误或参数错误
依赖
- Python 3.8+
- 标准库
publish_common
相关技能
segmentfault-publisher— SegmentFault 发布oschina-publisher— 开源中国发布douban-publisher— 豆瓣发布cross-post-orchestrator— 多平台编排
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 80 lines · 20 tokens per session scan A c59538597787
v2ex-publisher is a skill published in the GitHub repository Morningstar202604/awesome-skillkit (1 stars, last pushed yesterday), licensed Apache-2.0. It adds 20 tokens to every session and 619 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
peer-selection
A guide for thinking about which friends, partners, and social circles to keep close, based on shared values and their influence on your life.
yao-geo-tracking
Build a company-specific GEO backend tracking plan from a company name plus optional supporting information, using authoritative retrieval anchored on the official website, business-feature recognition, and market-aware GEO monitoring methods, then deliver a direct-vs-indirect attribution design, data model, roadmap…
yao-geo-comparison-builder
A tool for creating evidence-based Chinese brand comparison content for AI search and answer platforms. It compares a target brand with competitors, traditional approaches, or self-built solutions.
yao-geo-explainer-builder
A tool for creating detailed, evidence-based educational articles about a topic for Chinese AI search and answer platforms. It can include explanations, how-to steps, selection guidance, common mistakes, FAQs, and a glossary.
yao-geo-page-audit
Diagnose a website page or small page set for GEO readiness with authoritative public evidence, systematic page analysis, code/content/schema fixes, and four-format Chinese report delivery.
yao-geo-brand-graph
A method for building a brand entity knowledge graph from company information, websites, products, customers, people, places, evidence sources, and use cases. A knowledge graph records entities and the supported relationships between them.