smart-api-connectorConnect to any REST API using the agent's built-in web_fetch. Handles authentication headers, JSON payloads, error parsing, and retries. Use when: user wants...
Install via ClawdBot CLI:
clawdbot install tommot2/smart-api-connectorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://clawhub.ai/skills/smart-api-connectorCalls external URL not in known-safe list
https://clawhub.ai/skills/smart-api-connectorAI Analysis
The skill's primary function is to act as a user-controlled API client, and the external call to clawhub.ai appears to be a documented homepage reference, not a hidden data sink. The skill explicitly prohibits credential persistence, which mitigates credential harvesting risks. However, the lack of a documented allowlist for external calls introduces a minor, theoretical risk of misuse.
Audited Apr 16, 2026 · audit v1.0
Generated May 9, 2026
Use the Smart API Connector to programmatically post content to social media platforms like Twitter or LinkedIn via their REST APIs. The agent handles authentication and rate limiting, allowing you to schedule and publish posts without manual effort.
Connect to an e-commerce platform's API (e.g., Shopify) to automatically sync inventory levels, update product details, and manage orders. The agent parses JSON responses and retries on failures, ensuring data consistency across systems.
Enhance customer records by querying external APIs (like Clearbit or FullContact) for additional contact information. The agent securely handles API keys and formats the retrieved data into structured tables for easy review.
Integrate with a weather API (e.g., OpenWeatherMap) to fetch current conditions and forecasts. The agent can be triggered by natural language requests to get weather updates, with automatic retries for transient errors.
Collect stock prices, exchange rates, or cryptocurrency data from financial APIs (e.g., Alpha Vantage). The agent manages API key security and presents the data in tables, with rate limiting to avoid hitting usage caps.
Offer a service where clients provide their API endpoints and keys, and you use the Smart API Connector to build custom integrations. You handle the setup, authentication, and error handling, charging a recurring fee for maintenance and support.
Build a SaaS product that uses the connector to fetch and enrich data from multiple APIs (e.g., lead generation, market research). Users pay per query or a monthly subscription for enriched data outputs.
Create a no-code automation platform that triggers API calls based on user-defined rules (e.g., 'If new order, send to shipping API'). Monetize through monthly plans based on the number of automated workflows or API calls.
💬 Integration Tip
Always start by verifying the connection with a simple health check endpoint before making complex requests; this ensures the API key and URL are correct and saves time debugging later.
Scored Jun 20, 2026
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
📰 RSS AI 阅读器 — 自动抓取订阅、LLM生成摘要、多渠道推送! 支持 Claude/OpenAI 生成中文摘要,推送到飞书/Telegram/Email。 触发条件: 用户要求订阅RSS、监控博客、抓取新闻、生成摘要、设置定时抓取、 "帮我订阅"、"监控这个网站"、"每天推送新闻"、RSS/Atom feed 相关。
AI-powered PDF generator for legal docs, pitch decks, and reports. SAFEs, NDAs, term sheets, whitepapers. npx ai-pdf-builder. Works with Claude, Cursor, GPT, Copilot.
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required.