last30days-skill-cn
Jesseovo
last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Fectivnfy112357/dsh-dual-plugin-guide
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Dual-format plugin development guide. This plugin teaches an agent how to build plugins that are compatible with both ecosystems from one directory:
dsh plugin --profile <name> add <spec>plugin.json + skills/, loadable by compatible clients (Codex, Cursor, VS Code, …)npx skills add discovers the same skills/ treeNot DSH-only: this package itself installs through both formats.
# DSH — register the guidance skill into the agent catalog (pick one source)
dsh plugin --profile web add dsh-dual-plugin-guide # npm (recommended)
dsh plugin --profile web add github:Fectivnfy112357/dsh-dual-plugin-guide # GitHub
# Agent Plugins 1.0 — point a compatible client at the npm package or the repo:
# https://www.npmjs.com/package/dsh-dual-plugin-guide
# https://github.com/Fectivnfy112357/dsh-dual-plugin-guide
# Standard skills
npx skills add Fectivnfy112357/dsh-dual-plugin-guide
After the DSH install and a profile restart, the dsh-dual-plugin-guide skill shows
up in the agent's skill catalog; the agent then follows it to build dual-format
plugins. The bundled skills/dsh-dual-plugin-guide/scripts/scaffold.mjs generates a
valid dual-format skeleton in one command.
dsh-dual-plugin-guide/
├── package.json # "dsh": {"bundle": {"patch": "./cordis.patch.yml"}}
├── plugin.json # Agent Plugins 1.0 manifest
├── cordis.patch.yml # dsh bundle insert (id: dsh-dual-plugin-guide-skill)
├── lib/index.js # Cordis entry: registers skills/dsh-dual-plugin-guide/SKILL.md into ctx.skills
└── skills/dsh-dual-plugin-guide/
├── SKILL.md # the guidance (single source of content)
├── references/ # verified fact catalog (events, services, slots, tools, packaging, agent-plugins)
└── scripts/ # scaffold.mjs — dual-format skeleton generator
lib/index.js is a minimal Cordis plugin (inject: ['skills']) that reads
skills/dsh-dual-plugin-guide/SKILL.md (Agent Skills format) and registers it with
ctx.skills via resourceBase, so relative references resolve. The same
skills/ tree is what Agent Plugins clients and npx skills read — one
content source, three loaders.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: agent-skills、dsh-skill、skills、guide。