원클릭으로
poke-api
Send context-rich instructions to Poke through the V2 inbound API using a securely injected API key.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Send context-rich instructions to Poke through the V2 inbound API using a securely injected API key.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | poke-api |
| description | Send context-rich instructions to Poke through the V2 inbound API using a securely injected API key. |
| version | 0.1.7 |
通过 Poke V2 API 将消息或结构化上下文发送给你的 Poke 助手。
status检查 Skill 版本、固定端点以及 POKE_API_KEY 是否已从 ~/.agentdock/env/skill/poke-api.env 或当前命令显式环境加载。不会发起网络请求,也不会输出密钥。
send向 https://poke.com/api/v1/inbound/api-message 发送 JSON。
输入:
message:推荐使用的自然语言指令。context:可选 JSON 对象,其字段会与 message 合并到顶层请求体,便于附带 URL、文件路径、事件 ID 或其他结构化信息。dry_run:只构造请求,不访问 Poke;无密钥时也可使用。timeout_seconds:请求超时,范围 1–60 秒。message 与 context 至少提供一个。若两者都提供,显式 message 会作为最终请求体的 message 字段。
仅通过私有 Skill 环境文件或当前命令环境配置:
POKE_API_KEY
不要把 API Key 写进 Skill 源码、输入参数、日志、README 或 Git。该 Skill 只支持 Kitchen 创建的 V2 Key 和新端点;不调用已弃用的 /api/v1/inbound-sms/webhook。
https://poke.com/api/v1/inbound/api-message,输入不能覆盖。Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。
printf '%s' '{"skill_action":"<动作>"}' | python3 run.py
输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。
| 动作 | 用途 |
|---|---|
status | Check Poke API configuration without sending a request or revealing the API key. |
send | Send a natural-language message and optional top-level structured context to Poke. |
审查、安装、配置、激活、验证、更新和回滚 AgentDock Skill 时使用;负责来源校验、安全评估、环境配置和已安装版本验收。
Manage a Linkwarden instance through its official HTTP API: check configuration, search and inspect bookmarks, collections, tags and highlights, and perform controlled link, collection or tag changes with explicit confirmation for destructive actions.
Search, read, create, update and organize notes in a Trilium Notes instance through the official ETAPI, including revisions, branches, attributes, attachments, calendar notes and explicitly confirmed destructive operations.
Use this skill to query and manage subscriptions in a self-hosted Wallos instance through its official HTTP API. Covers subscriptions, monthly cost, categories, currencies, payment methods, household members, and the current user; excludes administrator, OIDC, notification-secret, Fixer, and generic API management.
OpenList v4 HTTP API integration for AgentDock: authentication, file browsing/search, safe text uploads, file operations, storage/driver inspection, and restricted generic API calls.
创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。