add-awesome-tool

This skill should be used when analyzing a link to an AI tool and adding it to the awesome-ai-tools readme with proper categorization

16 stars

Best use case

add-awesome-tool is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

This skill should be used when analyzing a link to an AI tool and adding it to the awesome-ai-tools readme with proper categorization

Teams using add-awesome-tool should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/add-awesome-tool/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/add-awesome-tool/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/add-awesome-tool/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How add-awesome-tool Compares

Feature / Agentadd-awesome-toolStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

This skill should be used when analyzing a link to an AI tool and adding it to the awesome-ai-tools readme with proper categorization

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Add Awesome Tool

Analyze a URL (or multiple URLs) to an AI tool, extract relevant information, and add it to the awesome-ai-tools data/tools.json file with proper categorization. The readme.md is automatically generated from the JSON data.

## Workflow Overview

This repository uses a **JSON-first approach**:
- **data/tools.json** - Source of truth for all tools
- **scripts/generate-readme.js** - Generates readme.md from tools.json
- **readme.md** - Auto-generated, do not edit directly

## Usage

When the user provides a link to an AI tool, use this skill to:

1. Fetch and analyze the webpage content
2. Extract key information (name, description, features, pricing, etc.)
3. Determine the appropriate category and subcategory
4. Add the tool entry to tools.json in the correct category
5. Regenerate readme.md from the updated JSON
6. Update the "Last Updated" date

The skill supports both single links and multiple links in one request.

## Workflow

To add a tool:

1. **Analyze the URL**: Use WebFetch to extract information from the tool's website
2. **Determine category**: Identify the correct category/subcategory from data/tools.json structure
3. **Create tool entry**: Format as JSON object with all relevant fields
4. **Update tools.json**: Add the tool to the appropriate category in data/tools.json
5. **Regenerate readme**: Run `node scripts/generate-readme.js` to update readme.md
6. **Update metadata**: Update lastUpdated field if needed

## Bundled Resources

### scripts/

**analyze_and_add.py**: Helper script (DEPRECATED - Use WebFetch + JSON editing instead):
- Fetches webpage content from provided URLs
- Extracts tool information (name, description, features, pricing)
- Outputs structured data for manual addition to tools.json

For the JSON workflow, use Claude's built-in tools:
- **WebFetch**: Extract information from tool websites
- **Read/Edit**: Modify data/tools.json directly
- **Bash**: Run `node scripts/generate-readme.js` to regenerate readme

### references/

**categories.md**: Complete list of categories from tools.json with descriptions to help with categorization

## Implementation

When the user provides a link (or says something like "add this tool"):

1. **Analyze the URL**:
   - Use WebFetch to extract information from the tool's website
   - Extract: name, type, website, repository, documentation, installation, key features, pricing, etc.

2. **Identify category**:
   - Read `data/tools.json` to see available categories
   - Determine correct category/subcategory based on tool type
   - Refer to `references/categories.md` for guidance

3. **Format as JSON**:
   - Create a tool object with relevant fields
   - Follow the structure of existing entries in tools.json
   - Only include fields that have actual values

4. **Update tools.json**:
   - Use Edit tool to add the new tool entry to the appropriate category
   - Insert alphabetically within the category if possible

5. **Regenerate readme**:
   ```bash
   node scripts/generate-readme.js
   ```

6. **Update metadata** in tools.json if needed (lastUpdated field)

## Categories

The readme contains these main categories:
- AI Inference Providers (with subcategories)
- MCP Providers
- CLI Tools
- Cloud-Based Agentic Coding Services
- VS Code Extensions
- JetBrains IDE Tools
- Full IDE Tools
- Code Review & Security Tools
- Testing & QA Tools
- API Testing Tools
- Documentation & Code Explanation
- Database & SQL Tools
- Local Model Infrastructure
- AI/ML Libraries & Frameworks
- Browser Extensions
- Search & Research Tools
- Other Tools & Infrastructure

## Entry Format

Each tool entry in tools.json follows this structure:

```json
{
  "name": "Tool Name",
  "type": "Brief description",
  "developer": "Company/Organization (if different from tool name)",
  "website": "https://example.com",
  "repository": "https://github.com/... (if open source)",
  "documentation": "https://docs.example.com (if available)",
  "installation": "installation command",
  "models": "Supported models",
  "keyFeatures": [
    "Feature 1",
    "Feature 2",
    "Feature 3"
  ],
  "pricing": "Pricing model (if applicable)",
  "worksWith": [
    "Compatible tools/platforms",
    "Integration options",
    "Use cases"
  ]
}
```

Common field names (use camelCase):
- name, type, developer, stakeholder, website, repository, documentation
- installation, models, keyFeatures, pricing, specialFeatures
- status, release, formerName, rebranding
- worksWith (array)

## Examples

**User**: "Add this tool: https://github.com/example/awesome-ai-cli"

**Assistant**:
1. Uses WebFetch to analyze the URL
2. Extracts: "Awesome AI CLI - A command-line tool for..."
3. Determines: "CLI Tools" → "Full Agentic Project-Level CLIs" category
4. Creates JSON object with all extracted fields
5. Edits tools.json to add the entry in correct category
6. Runs `node scripts/generate-readme.js` to update readme
7. Shows the user the generated entry

**User**: "Add these: https://tool1.com https://tool2.com"

**Assistant**: Processes both URLs, adds both to tools.json, then regenerates readme once

## Limitations

- Webpage content must be accessible (no paywalls or login requirements)
- Works best with official tool websites that have clear documentation
- May need manual adjustment for tools that fit multiple categories
- Cannot automatically determine "Works with:" compatibility without additional context
- JSON editing requires careful attention to syntax and structure

Related Skills

browserbase-tool-automation

16
from diegosouzapw/awesome-omni-skill

Automate Browserbase Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.

browser-tool-automation

16
from diegosouzapw/awesome-omni-skill

Automate Browser Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.

browser-dev-tools

16
from diegosouzapw/awesome-omni-skill

使用 Chrome DevTools MCP 进行前端页面调试、布局优化、性能诊断及交互验证。

awesome-copilot

16
from diegosouzapw/awesome-omni-skill

Expert guidance for creating GitHub Copilot customizations including custom agents, prompts, instructions, and collections. Based on the awesome-copilot community toolkit with 200+ agents, 180+ prompts, and 150+ instructions. Use when customizing GitHub Copilot, creating specialized AI agents, writing coding standards, or building developer productivity tools.

awesome-copilot-root-voidbeast-gpt41enhanced

16
from diegosouzapw/awesome-omni-skill

4.1 voidBeast_GPT41Enhanced 1.0 : a advanced autonomous developer agent, designed for elite full-stack development with enhanced multi-mode capabilities. This latest evolution features sophisticated mode detection, comprehensive research capabilities, and never-ending problem resolution. Plan/Act/Deep Research/Analyzer/Checkpoints(Memory)/Prompt Generator Modes. Use when: the task directly matches voidbeast gpt41enhanced responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-root-meta-agentic-project-scaffold

16
from diegosouzapw/awesome-omni-skill

Meta agentic project creation assistant to help users create and manage project workflows effectively. Use when: the task directly matches meta agentic project scaffold responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-root-excalidraw-diagram-generator

16
from diegosouzapw/awesome-omni-skill

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw. Use when: the task directly matches excalidraw diagram generator responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-root-droid

16
from diegosouzapw/awesome-omni-skill

Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation Use when: the task directly matches droid responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-root-architecture-blueprint-generator

16
from diegosouzapw/awesome-omni-skill

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development. Use when: the task directly matches architecture blueprint generator responsibilities within plugin awesome-copilot-root. Do not use when: a more specific framework or task-focused skill is clearly a better match.

awesome-copilot-meta-agentic-project-scaffold

16
from diegosouzapw/awesome-omni-skill

Meta agentic project creation assistant to help users create and manage project workflows effectively. Use when: the task directly matches meta agentic project scaffold responsibilities within plugin awesome-copilot. Do not use when: a more specific framework or task-focused skill is clearly a better match.

apktool

16
from diegosouzapw/awesome-omni-skill

Android APK unpacking and resource extraction tool for reverse engineering. Use when you need to decode APK files, extract resources, examine AndroidManifest.xml, analyze smali code, or repackage modified APKs.

anthropic-dev-tools-mcp-builder

16
from diegosouzapw/awesome-omni-skill

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).