← Back to Skills Marketplace
byungkyu

Podio

by byungkyu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1212
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install podio
Description
Podio API integration with managed OAuth. Manage workspaces, apps, items, tasks, and comments. Use this skill when users want to read, create, update, or delete Podio items, manage tasks, or interact with Podio apps and workspaces. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Usage Guidance
This skill delegates Podio access through Maton (gateway.maton.ai / ctrl.maton.ai) and requires your MATON_API_KEY. Before installing: verify you trust maton.ai (it will mediate access to your Podio accounts), treat MATON_API_KEY like a sensitive credential (it can grant access to Podio via the gateway), consider creating a least-privileged Maton API key if available, review Maton account connection listings and revoke unused connections, and monitor audit logs for unexpected activity. If you need higher assurance, ask the publisher for a verifiable homepage or source repo and confirm the exact scopes/permissions granted to the MATON_API_KEY.
Capability Analysis
Type: OpenClaw Skill Name: podio Version: 1.0.0 The skill bundle provides an integration with the Podio API via the Maton gateway. All code examples in SKILL.md demonstrate standard API interactions with `gateway.maton.ai` and `ctrl.maton.ai`, using a `MATON_API_KEY` from environment variables for authentication. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to manipulate the agent into harmful actions. The instructions and code align with the stated purpose of managing Podio resources.
Capability Assessment
Purpose & Capability
Name and description claim a Podio integration using managed OAuth and the SKILL.md instructs use of Maton gateway endpoints (gateway.maton.ai, ctrl.maton.ai). The single required env var (MATON_API_KEY) matches the described gateway-based auth model.
Instruction Scope
Instructions only show HTTP calls to Maton proxy/control endpoints and use os.environ['MATON_API_KEY']. They do not instruct reading unrelated files, other environment variables, or system state, nor do they redirect data to unexpected third parties beyond Maton endpoints.
Install Mechanism
No install spec and no code files beyond SKILL.md and LICENSE — this is instruction-only, which minimizes disk-write and install risk.
Credentials
Only one required environment variable (MATON_API_KEY) is declared and used. That key is consistent with the Maton gateway described; no unrelated credentials or broad-scoped secrets are requested.
Persistence & Privilege
always:false (default) and no install/config steps are present. The skill does not request persistent or elevated system privileges and does not modify other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install podio
  3. After installation, invoke the skill by name or use /podio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Podio API integration with managed OAuth. - Securely access and manage Podio organizations, workspaces, apps, items, tasks, comments, and files. - Includes detailed quickstart examples and API reference for reading, creating, updating, and deleting Podio data. - Supports connection management for multiple Podio accounts, with instructions for creating, listing, and deleting connections. - Authenticate using a Maton API key with environment variable support. - Specify which Podio connection to use via request headers.
Metadata
Slug podio
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Podio?

Podio API integration with managed OAuth. Manage workspaces, apps, items, tasks, and comments. Use this skill when users want to read, create, update, or delete Podio items, manage tasks, or interact with Podio apps and workspaces. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). It is an AI Agent Skill for Claude Code / OpenClaw, with 1212 downloads so far.

How do I install Podio?

Run "/install podio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Podio free?

Yes, Podio is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Podio support?

Podio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Podio?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.

💬 Comments