← Back to Skills Marketplace
693
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install snapchat
Description
Manage Snapchat ad accounts, campaigns, ad squads, ads, creatives, and audiences via OAuth-secured Marketing API integration.
Usage Guidance
This skill delegates Snapchat API access to Maton's gateway, so installing it effectively grants whatever access MATON_API_KEY provides to that gateway (not directly to Snapchat). Before installing: verify you trust maton.ai and their gateway, limit the scope and lifetime of the MATON_API_KEY if possible, keep the key in a secure store, and review Maton's documentation and privacy/security practices. Note the small metadata inconsistency (registry homepage missing while SKILL.md references https://maton.ai) — you may want to confirm the publisher identity if that matters to you.
Capability Analysis
Type: OpenClaw Skill
Name: snapchat
Version: 1.0.0
The OpenClaw AgentSkills bundle for Snapchat Marketing API integration is classified as benign. All code examples in SKILL.md use standard HTTP libraries (urllib.request, requests, fetch) to interact with the specified Maton API gateway domains (gateway.maton.ai, ctrl.maton.ai). The skill correctly retrieves the MATON_API_KEY from environment variables, which is a standard and secure practice for API authentication. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The content is purely instructional and functional, aligning with the stated purpose of managing Snapchat advertising campaigns.
Capability Assessment
Purpose & Capability
The skill claims to manage Snapchat marketing resources and all declared requirements and examples use Maton's gateway endpoints (gateway.maton.ai / ctrl.maton.ai) and the MATON_API_KEY environment variable — which is consistent with a gateway-based Snapchat integration. Minor metadata mismatch: registry 'Homepage: none' vs SKILL.md metadata listing https://maton.ai.
Instruction Scope
SKILL.md instructions show only HTTP calls to Maton endpoints and require the MATON_API_KEY; they instruct opening an OAuth URL in a browser to complete Snapchat consent. There are no instructions to read unrelated files, other environment variables, or system paths.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk execution risk; examples use standard Python stdlib calls in the docs only.
Credentials
Only one required env var (MATON_API_KEY) is declared and used in examples. That key is appropriate for a gateway-based API proxy; there are no unrelated credentials requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does allow normal autonomous invocation (disable-model-invocation=false) which is the platform default.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install snapchat - After installation, invoke the skill by name or use
/snapchat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Snapchat Marketing API integration.
- Manage Snapchat ad accounts, organizations, campaigns, ad squads, ads, creatives, media, and audiences.
- OAuth connections managed via Maton control panel with API key authentication.
- Includes code examples for connecting, authenticating, and performing key actions.
- Supports viewing ad performance, creating ads/campaigns, and managing targeting.
- Designed for users needing to automate or integrate Snapchat advertising workflows.
Metadata
Frequently Asked Questions
What is Snapchat?
Manage Snapchat ad accounts, campaigns, ad squads, ads, creatives, and audiences via OAuth-secured Marketing API integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 693 downloads so far.
How do I install Snapchat?
Run "/install snapchat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Snapchat free?
Yes, Snapchat is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Snapchat support?
Snapchat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Snapchat?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills