원클릭으로
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.