一键导入
syndly-sources
List, create, edit, and remove content sources that Syndly uses to discover news captures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List, create, edit, and remove content sources that Syndly uses to discover news captures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read-only reference for the Syndly MCP API. Use when an agent hits an MCP error or wants to know what tools are available and how to call them.
Draft a post from a capture using your brand voice profile and the target platform voice.
First-run onboarding. Scaffold ./.syndly/ at the project root and write your brand voice profile plus per-platform tones.
Show news captures that have arrived since your last check.
List the current post queue and its status.
Summarise recent post performance with recommendations.
| name | syndly-sources |
| description | List, create, edit, and remove content sources that Syndly uses to discover news captures. |
Lists your project's content sources (RSS feeds, sitemaps) and supports create / update / delete verbs on top of the existing Syndly MCP tools.
If the user's message is unambiguous, act. If they say "show my sources" or "what sources do I have", list. If they say "add an RSS feed", create. If they mention changing a setting on an existing source, update. If they say "drop the X source" or "remove X", delete.
When intent is ambiguous, ask one short clarifying question and wait.
Always start with a list. Call the read-only source-list tool / resource (list_sources) at the start of every session so you have a current picture in memory. Don't trust that a previous session's view of the world is accurate.
Match the verb to a tool.
Approval gate. Every mutating tool must be preceded by a confirmation prompt in the chat. The MCP server enforces confirmed: true server-side, so if the user denies the call, do not retry.
No silent failures. If a tool returns an error, surface the error message verbatim. Don't paraphrase it into something friendlier — the user needs the actual reason.
.syndly/brand-voice.md and is managed by /syndly-setup, not here.