vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/vimeoWhat This Skill Does
The Vimeo skill provides a robust interface for interacting with the Vimeo platform directly through your AI agent. By utilizing Maton's managed OAuth authentication, this skill bridges the gap between your local commands and the Vimeo API, allowing you to programmatically manage your video assets. Whether you are looking to upload raw footage, organize existing videos into folders, curate showcases, or monitor viewer engagement, this skill handles the heavy lifting of authentication and API request proxying. It simplifies complex OAuth handshakes into a streamlined experience via the Maton gateway, ensuring your agent can perform actions on your behalf with high security and reliability.
Installation
To integrate this skill, use the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/byungkyu/vimeo
Ensure that you have set your MATON_API_KEY as an environment variable to allow the agent to authorize requests to the gateway. You will also need to manage your initial connection by visiting https://ctrl.maton.ai to complete the OAuth handshake for your specific Vimeo account.
Use Cases
- Automated Video Management: Automatically push completed video exports from a local project folder to specific Vimeo project folders.
- Content Curation: Programmatically update showcases or albums based on user sentiment analysis or metadata tags.
- Analytics and Reporting: Fetch video performance metrics, such as play counts or viewer interaction data, to generate summary reports.
- Community Management: Streamline responses to comments or manage your 'watch later' queue based on triggers from other agent skills.
Example Prompts
- "Upload the video file located at ./drafts/marketing_v1.mp4 to my 'Campaigns' folder on Vimeo and set the privacy to unlisted."
- "Get the current list of all my videos and tell me which ones have not been added to any showcase yet."
- "Show me the last 5 comments received on my latest uploaded video and suggest a professional response for each."
Tips & Limitations
- Connection Management: Always check your connection status using the
/connectionsendpoint if you encounter authentication errors; sometimes tokens may expire or require re-authorization. - Rate Limiting: Be aware that the Vimeo API enforces rate limits; avoid high-frequency rapid-fire requests if you are performing bulk operations.
- Connectivity: This skill requires an active internet connection as it depends on the remote Maton gateway to act as a proxy for the Vimeo platform.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-vimeo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
airtable
Airtable API integration with managed OAuth. Manage bases, tables, and records. Use this skill when users want to read, create, update, or delete Airtable records, or query data with filter formulas. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).