CLI tool for managing Planning Center Services data including plans, teams, songs, and scheduled people via the PCO Services API.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pco或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pco⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pco/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
CLI for the Planning Center Services API. Used for Shadow's church work (FBC Gulfport).
https://github.com/rubysworld/pco-cli
/Users/ruby/Projects/pco-cli/pco.ts
tsx /Users/ruby/Projects/pco-cli/pco.ts <command>
Or create an alias:
alias pco="tsx /Users/ruby/Projects/pco-cli/pco.ts"
Credentials stored in ~/.config/pco-cli/config.json
# Check auth status
pco auth status
# Setup (interactive)
pco auth setup
# Logout
pco auth logout
All list commands support:
--json - Output as JSON (default)--table - Output as table--quiet - Output only IDs--limit - Limit results (default: 25)--offset - Offset results--all - Fetch all pagespco org get # Get org info
pco service-types list # List all service types
pco st list # Alias
pco service-types get <id> # Get specific service type
# List plans (service-type required)
pco plans list --service-type <id>
pco plans list --service-type <id> --filter future
pco plans list --service-type <id> --filter past
# Get specific plan
pco plans get <planId> --service-type <id>
pco plans get <planId> --service-type <id> --include items,team_members
Filters: future, past, after, before, no_dates
pco items list --service-type <id> --plan <planId>
pco items get <itemId> --service-type <id> --plan <planId>
pco scheduled list --service-type <id> --plan <planId>
pco people list
pco people list --search "John Doe"
pco people get <id>
pco teams list --service-type <id>
pco teams get <teamId> --service-type <id>
pco songs list
pco songs list --search "Amazing Grace"
pco songs get <id>
pco songs arrangements <songId>
pco media list
pco media get <id>
pco folders list
pco folders get <id>
pco series list
pco series get <id>
pco tag-groups list
pco tag-groups tags <groupId>
pco email-templates list
pco attachment-types list
pco report-templates list
# Direct API access
pco api GET /service_types
pco api POST /endpoint --data '{"key": "value"}'
pco api PATCH /endpoint --file data.json
pco api DELETE /endpoint
# 1. Find service type ID
pco st list --table
# 2. Get future plans
pco plans list --service-type <id> --filter future --limit 1
# 3. Get plan details with includes
pco plans get <planId> --service-type <id> --include items,team_members
pco scheduled list --service-type <id> --plan <planId> --table
pco songs list --search "Great Are You Lord"
---
Updated: 2026-01-08
安装 PCO CLI - Planning Center Services 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/pco/ 目录(个人级,所有项目可用),或 .claude/skills/pco/(项目级)。重启 AI 客户端后,用 /pco 主动调用,或让 AI 根据上下文自动发现并使用。
PCO CLI - Planning Center Services 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PCO CLI - Planning Center Services 可免费安装使用。请查阅仓库了解许可证信息。
CLI tool for managing Planning Center Services data including plans, teams, songs, and scheduled people via the PCO Services API.
PCO CLI - Planning Center Services 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。