AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Poke Api

skill-uvwt-agentdock-poke-api · by uvwt

Send context-rich instructions to Poke through the V2 inbound API using a securely injected API key.

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-uvwt-agentdock-poke-api

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-uvwt-agentdock-poke-api)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Poke Api? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Poke API Skill

通过 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 秒。

messagecontext 至少提供一个。若两者都提供,显式 message 会作为最终请求体的 message 字段。

配置

仅通过私有 Skill 环境文件或当前命令环境配置:

POKE_API_KEY

不要把 API Key 写进 Skill 源码、输入参数、日志、README 或 Git。该 Skill 只支持 Kitchen 创建的 V2 Key 和新端点;不调用已弃用的 /api/v1/inbound-sms/webhook

安全边界

  • API 端点固定为 https://poke.com/api/v1/inbound/api-message,输入不能覆盖。
  • Authorization Header 和 API Key 不会出现在输出中。
  • HTTP 响应会递归脱敏常见凭据字段。
  • 请求体限制为 512 KiB,响应体限制为 1 MiB。
  • 使用 Python 标准库,无第三方依赖。

辅助脚本执行

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. |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: uvwt
  • Source: uvwt/agentdock
  • License: Apache-2.0
  • Homepage: https://uvwt.github.io/agentdock-docs/

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.