### Registry Structure Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/AGENTS.md
Illustrates the directory structure for tool integrations and their detailed guides.
```bash
tools/
├── REGISTRY.md # Index of all tools with capabilities
└── integrations/ # Detailed integration guides
├── ga4.md
├── stripe.md
├── rewardful.md
└── ...
```
--------------------------------
### Semrush Command Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/clis/README.md
Example of using the Semrush CLI to get keyword overview data. Specify the phrase and the target database.
```bash
semrush keywords overview --phrase "marketing automation" --database us
```
--------------------------------
### Install Sequenzy CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/sequenzy.md
Install the Sequenzy CLI globally using npm or use npx for immediate execution without installation.
```bash
# Using npx
npx sequenzy --help
# Or install globally
npm install -g @sequenzy/cli
```
--------------------------------
### Composio MCP Setup
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/REGISTRY.md
Installs the Composio MCP integration. This command is used to set up managed OAuth and pre-built connectors for various tools.
```bash
npx @composio/mcp@latest setup
```
--------------------------------
### Install All Skills via CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/README.md
Use npx skills to install all available skills from the repository.
```bash
npx skills add coreyhaines31/marketingskills
```
--------------------------------
### HubSpot CLI Installation and Initialization
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/hubspot.md
Installs the HubSpot CLI globally using npm and initializes a new project.
```bash
# Install
npm install -g @hubspot/cli
# Initialize project
hs init
```
--------------------------------
### Marketing Plan Skill Examples
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/marketing-plan/SKILL.md
Examples of how to invoke the marketing plan skill with different client identifiers.
```bash
/marketing-plan quietude.app
```
```bash
/marketing-plan acme-saas
```
```bash
/marketing-plan
```
--------------------------------
### Install Marketing Skills via Claude Code Plugin
Source: https://github.com/coreyhaines31/marketingskills/blob/main/README.md
Install all marketing skills using the /plugin install command in Claude Code.
```bash
/plugin install marketing-skills
```
--------------------------------
### Install Resend Node.js SDK
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/resend.md
Install the official Resend SDK for Node.js using npm.
```bash
npm install resend
```
--------------------------------
### Install All Skills via SkillKit
Source: https://github.com/coreyhaines31/marketingskills/blob/main/README.md
Use npx skillkit to install all available skills across multiple AI agents.
```bash
npx skillkit install coreyhaines31/marketingskills
```
--------------------------------
### Install jq
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/social/references/listening.md
Installs the jq command-line JSON processor. Required for most recipes.
```bash
# macOS
brew install jq
# xmllint ships with macOS; on Linux: apt install libxml2-utils
```
--------------------------------
### Webflow CLI Installation and Login
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/webflow.md
Commands for installing and logging into the Webflow CLI. This is typically used for local development workflows, such as initializing devlink or syncing components.
```bash
# Install
npm install -g @webflow/webflow-cli
# Login
webflow login
```
--------------------------------
### Install Resend CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/resend.md
Install the official Resend CLI globally using npm.
```bash
npm install -g resend-cli
```
--------------------------------
### WP-CLI: Install Plugin
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/wordpress.md
Install and activate a plugin using its slug via WP-CLI. This command runs on the server.
```bash
# Install plugin
wp plugin install yoast-seo --activate
```
--------------------------------
### Install TypeScript SDK
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/dub-co.md
Instructions for installing the Dub.co TypeScript SDK using npm.
```APIDOC
## Install
```bash
npm install dub
```
```
--------------------------------
### Dub Links Create Command Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/clis/README.md
Example of using the Dub CLI to create a short link. Requires the destination URL and a custom key.
```bash
dub links create --url https://example.com/landing --key summer-sale
```
--------------------------------
### SOQL Examples
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/salesforce.md
Examples of SOQL queries for retrieving contacts with associated account information, counting opportunities by stage, and finding recent leads.
```sql
-- Get contacts with accounts
SELECT Id, Name, Email, Account.Name
FROM Contact
WHERE Account.Industry = 'Technology'
-- Get opportunities by stage
SELECT StageName, COUNT(Id)
FROM Opportunity
GROUP BY StageName
-- Get recent leads
SELECT Id, Name, Company, Status
FROM Lead
WHERE CreatedDate = LAST_N_DAYS:30
ORDER BY CreatedDate DESC
```
--------------------------------
### Install Hyperframes CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/video/SKILL.md
Install the Hyperframes package using npm. This is the first step to using Hyperframes for programmatic video generation.
```bash
npm install hyperframes
```
--------------------------------
### Install Rewardful Tracking Snippet
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/rewardful.md
Instructions for installing the Rewardful JavaScript snippet to enable automatic tracking.
```APIDOC
## Install snippet
### Description
Include this JavaScript snippet in your website's HTML to enable Rewardful's automatic tracking of visitors and conversions.
### Code
```html
```
### Notes
Replace `YOUR_API_KEY` with your actual Rewardful API key found in your Rewardful dashboard settings.
```
--------------------------------
### SaaS Explainer Scene Prompt Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/video/references/ai-video-prompting.md
Example prompt for a SaaS explainer scene. Specifies camera angle, movement, lighting, and style for a corporate aesthetic.
```text
An overhead shot of a team around a conference table pointing at charts,
camera slowly pushes in, bright modern office,
clean corporate style, even lighting, 1080p
```
--------------------------------
### Example Scope Statement for an Offer
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/offers/references/offer-anatomy.md
This example outlines what is included, not included, and optional within a program. It helps buyers understand the boundaries of the offer and manage expectations.
```plaintext
Includes:
- 90-day program with weekly live calls (recorded)
- Private Slack with daily founder access
- 12 fill-in-the-blank templates
- 1 90-minute strategy session with a senior strategist
Doesn't include:
- 1:1 calls outside the strategy session
- Implementation of the work (you/your team does this; we coach)
- Tools and software (you provide; we recommend specific stacks)
```
--------------------------------
### Install Zapier SDK and CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/zapier.md
Install the Zapier SDK for TypeScript integrations and the CLI for app discovery and type generation. Set the package type to module.
```bash
npm install @zapier/zapier-sdk
npm install -D @zapier/zapier-sdk-cli @types/node typescript
npm pkg set type=module
```
--------------------------------
### Get Guide Details
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/pendo.md
Retrieves detailed information about a specific guide using its ID.
```APIDOC
## Get Guide Details
### Description
Retrieves detailed information about a specific guide.
### Method
GET
### Endpoint
https://app.pendo.io/api/v1/guide/{guideId}
### Parameters
#### Path Parameters
- **guideId** (string) - Required - The unique identifier for the guide.
```
--------------------------------
### Install Voicebox from Source
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/references/generative-tools.md
Instructions for cloning the Voicebox repository and setting up the development environment. This requires Git and Make.
```bash
git clone https://github.com/jamiepine/voicebox.git
cd voicebox && make setup && make dev
```
--------------------------------
### Get Pendo Guide Details
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/pendo.md
Retrieve detailed information for a specific Pendo guide using its ID. Requires authentication.
```bash
GET https://app.pendo.io/api/v1/guide/{guideId}
```
--------------------------------
### Quick MCP Server Setup
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/sequenzy.md
Use this command to quickly set up the MCP server. It automates login, API key creation, and client configuration.
```bash
npx @sequenzy/setup
```
--------------------------------
### Get Form Submissions
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/hubspot.md
Retrieves submissions for a specific HubSpot form, identified by its GUID.
```APIDOC
## GET /form-integrations/v1/submissions/forms/{form_guid}
### Description
Retrieves submissions for a specific HubSpot form.
### Method
GET
### Endpoint
https://api.hubapi.com/form-integrations/v1/submissions/forms/{form_guid}
### Parameters
#### Path Parameters
- **form_guid** (string) - Required - The unique identifier (GUID) of the form.
### Request Headers
- **Authorization** (string) - Required - Bearer token for authentication. Example: `Bearer {access_token}`
```
--------------------------------
### Shopify CLI: Initialize Theme
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/shopify.md
Command to initialize a new theme project using the Shopify CLI.
```bash
shopify theme init
```
--------------------------------
### Tutorial Video Structure
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/social/SKILL.md
Showcase the final result first, then provide a brief overview, followed by step-by-step instructions and a concluding call to action.
```text
[0-3s] Hook: Show the end result first
[3-8s] Overview: "Here's how..."
[8-50s] Steps: Quick, clear instructions
[50-60s] Result + CTA
```
--------------------------------
### Remotion CLI for Project Setup and Rendering
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/references/generative-tools.md
These bash commands demonstrate how to create a new Remotion project, render a single video, and perform batch rendering from data using the Remotion CLI.
```bash
# Create a new Remotion project
npx create-video@latest
```
```bash
# Render a single video
npx remotion render src/index.ts MyComposition out/video.mp4
```
```bash
# Batch render from data
npx remotion render src/index.ts MyComposition --props='{"data": [...]}'
```
--------------------------------
### Example Markdown for Step-by-Step Block (AEO)
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ai-seo/references/content-patterns.md
An example of a Step-by-Step Block in markdown, guiding users on optimizing content for featured snippets. It includes an overview, numbered steps, and an outcome note.
```markdown
## How to Optimize Content for Featured Snippets
Earning featured snippets requires strategic formatting and direct answers to search queries.
1. **Identify snippet opportunities**: Use tools like Semrush or Ahrefs to find keywords where competitors have snippets you could capture.
2. **Match the snippet format**: Analyze whether the current snippet is a paragraph, list, or table, and format your content accordingly.
3. **Answer the question directly**: Provide a clear, concise answer (40-60 words for paragraph snippets) immediately after the question heading.
4. **Add supporting context**: Expand on your answer with examples, data, and expert insights in the following paragraphs.
5. **Use proper heading structure**: Place your target question as an H2 or H3, with the answer immediately following.
Most featured snippets appear within 2-4 weeks of publishing well-optimized content.
```
--------------------------------
### General Command Pattern Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/clis/README.md
Illustrates the common command structure for all CLIs: `{tool} [options]`. This example shows how to list backlinks for a target domain.
```bash
ahrefs backlinks list --target example.com --limit 50
```
--------------------------------
### Get Campaigns with Mailchimp API
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/mailchimp.md
Retrieve a list of campaigns. This example fetches up to 20 campaigns.
```bash
GET https://{dc}.api.mailchimp.com/3.0/campaigns?count=20
```
--------------------------------
### TypeScript SDK Usage - Get Analytics
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/dub-co.md
Example of how to retrieve analytics data using the Dub.co TypeScript SDK.
```APIDOC
### Usage - Get Analytics
```typescript
import { Dub } from "dub";
const dub = new Dub({ token: "YOUR_API_KEY" });
// Get analytics
const analytics = await dub.analytics.retrieve({
domain: "link.example.com",
key: "summer-sale"
});
```
```
--------------------------------
### Action-Oriented CTA Examples
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ads/references/ad-copy-templates.md
These calls to action use active voice to clearly guide the user on the immediate next step they should take.
```text
Start Saving Time Today
```
```text
Get Your Free Report
```
```text
See Your Score
```
```text
Calculate Your ROI
```
```text
Build Your First Project
```
--------------------------------
### Example Prompt: Directory Listing - Product Hunt
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/image/references/ai-image-prompting.md
An example prompt for a directory listing image, such as for Product Hunt. It focuses on a product screenshot with a clean background, shadow, and perspective.
```text
Product screenshot on a clean gradient background,
soft shadow underneath, slight 3D perspective tilt,
modern SaaS product presentation style,
1270x760, bright and professional
```
--------------------------------
### Get Current User - Calendly API
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/calendly.md
Retrieve information about the currently authenticated user. No specific setup is required beyond authentication.
```bash
GET https://api.calendly.com/users/me
```
--------------------------------
### Get Form Submissions via HubSpot API
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/hubspot.md
Retrieves submissions for a specific HubSpot form using its GUID. Requires an access token.
```bash
GET https://api.hubapi.com/form-integrations/v1/submissions/forms/{form_guid}
Authorization: Bearer {access_token}
```
--------------------------------
### Launch Campaign with Instantly.js CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/instantly.md
Initiates a specified campaign. The campaign ID must be provided.
```bash
node tools/clis/instantly.js campaigns launch --id cam_abc123
```
--------------------------------
### Get Audience Members with Mailchimp API
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/mailchimp.md
Retrieve members of a specific audience by providing the list ID. This example fetches up to 100 members.
```bash
GET https://{dc}.api.mailchimp.com/3.0/lists/{list_id}/members?count=100
```
--------------------------------
### Example Prompt: Blog Hero - SaaS Product
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/image/references/ai-image-prompting.md
An example prompt tailored for generating a blog hero image for a SaaS product. It specifies a clean workspace, product details, lighting, and photographic style.
```text
A clean workspace with a laptop displaying a colorful analytics dashboard,
minimalist desk with a coffee cup and notebook,
bright natural window lighting from the right,
shallow depth of field, commercial photography style,
1200x630, high resolution
```
--------------------------------
### Get Account-Level Analytics with Instantly.js CLI
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/instantly.md
Retrieves account-level analytics within a specified date range. Requires start and end dates.
```bash
node tools/clis/instantly.js analytics account --start 2024-01-01 --end 2024-01-31
```
--------------------------------
### Install Composio MCP
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/composio/README.md
Run this command to set up the Composio MCP server for Claude Code.
```bash
npx @composio/mcp@latest setup
```
--------------------------------
### Get media stats by date using Wistia API
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/wistia.md
Retrieve statistics for a specific media item within a given date range. Requires start and end dates.
```bash
GET https://api.wistia.com/v1/stats/medias/{media_id}/by_date.json?start_date=2026-01-01&end_date=2026-01-31
```
--------------------------------
### Shopify CLI: Preview Theme
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/shopify.md
Command to start a local development server to preview your theme changes in real-time.
```bash
shopify theme dev
```
--------------------------------
### Emotional Storytelling Example
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/social/references/reverse-engineering.md
Shows how to start a narrative with emotion rather than action, using vulnerability and evocative language to connect with the audience on a deeper level. This makes the lesson more relatable.
```text
❌ "Here's what I learned about pricing"
✅ "I was terrified to raise my prices.
My hands were shaking when I sent the email.
Here's what happened..."
```
--------------------------------
### Example of Strong vs. Weak Hypothesis
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ab-testing/SKILL.md
Illustrates the difference between a vague idea and a specific, measurable hypothesis. A strong hypothesis guides the experiment design and clearly defines success criteria.
```markdown
**Weak**: "Changing the button color might increase clicks."
**Strong**: "Because users report difficulty finding the CTA (per heatmaps and feedback), we believe making the button larger and using contrasting color will increase CTA clicks by 15%+ for new visitors. We'll measure click-through rate from page view to signup start."
```
--------------------------------
### Get Optimizely Experiment Results
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/optimizely.md
Fetch the results for a specific Optimizely experiment. Requires the experiment ID in the URL. Optional parameters include start and end times for result filtering.
```bash
GET https://api.optimizely.com/v2/experiments/{experiment_id}/results
```
--------------------------------
### Create New Remotion Video Project
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/video/SKILL.md
Initialize a new video project using Remotion with the create-video CLI. This sets up the basic structure for a Remotion application.
```bash
npx create-video@latest
```
--------------------------------
### TikTok Ads CLI Commands
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/SKILL.md
These are example commands for interacting with the TikTok Ads API via its CLI tool. Use `reports get` to retrieve performance data and `campaigns list` to view campaigns.
```bash
tiktok-ads reports get
```
```bash
tiktok-ads campaigns list
```
--------------------------------
### Install Google Tag (gtag.js)
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ads/references/conversion-tracking.md
Add this script to every page in the `` section to initialize the Google tag. Replace AW-XXXXXXXXX with your specific Conversion ID.
```html
```
--------------------------------
### LinkedIn Ads CLI Commands
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/SKILL.md
These are example commands for interacting with the LinkedIn Ads API via its CLI tool. Use `analytics get` to retrieve performance data and `campaigns list` to view campaigns.
```bash
linkedin-ads analytics get
```
```bash
linkedin-ads campaigns list
```
--------------------------------
### Meta Ads CLI Commands
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/SKILL.md
These are example commands for interacting with the Meta Ads API via its CLI tool. Use `insights get` to retrieve performance metrics and `campaigns list` to view campaigns.
```bash
meta-ads insights get
```
```bash
meta-ads campaigns list
```
--------------------------------
### Google Ads CLI Commands
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/ad-creative/SKILL.md
These are example commands for interacting with the Google Ads API via its CLI tool. Use `campaigns list` to view existing campaigns and `reports get` to retrieve performance data.
```bash
google-ads campaigns list
```
```bash
google-ads reports get
```
--------------------------------
### Twitter/X Tutorial Thread Template
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/social/references/post-templates.md
Structure a step-by-step tutorial as a Twitter/X thread. Each tweet should cover a distinct part of the process, culminating in a summary and call to action.
```text
Tweet 1: [Hook + promise of value]
"Here's exactly how to [outcome] (step-by-step):"
Tweet 2-7: [One step per tweet with details]
Final tweet: [Summary + CTA]
"If this was helpful, follow me for more on [topic]"
```
--------------------------------
### Strapi CLI Commands
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/strapi.md
Common Strapi CLI commands for project setup, development server, building the admin panel, and generating code for content types and controllers. Also includes installing the GraphQL plugin.
```bash
# Create new Strapi project
npx create-strapi@latest my-project
# Start development server
strapi develop
# Build admin panel
strapi build
# Generate content type
strapi generate content-type
# Generate controller
strapi generate controller
# Add GraphQL plugin
npm install @strapi/plugin-graphql
```
--------------------------------
### Webflow Node.js SDK Usage
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/webflow.md
Demonstrates basic usage of the official Webflow Node.js SDK for common operations like listing sites, getting collection items, and creating items. Ensure you have the SDK installed and your API token configured.
```javascript
const Webflow = require('webflow-api');
const webflow = new Webflow({ token: 'api_token' });
// List sites
const sites = await webflow.sites.list();
// Get collection items
const items = await webflow.collections.items.listItems(collectionId);
// Create item
const item = await webflow.collections.items.createItem(collectionId, {
fieldData: {
name: 'New Item',
slug: 'new-item'
}
});
```
--------------------------------
### CLI - Listen to Webhooks
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/stripe.md
Starts a local server to listen for and forward Stripe webhook events.
```APIDOC
## CLI - Listen to Webhooks
### Description
Starts a local server to listen for and forward Stripe webhook events.
### Command
```bash
stripe listen --forward-to localhost:3000/webhooks
```
```
--------------------------------
### List Guides
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/pendo.md
Retrieves a list of guides, optionally filtering by state.
```APIDOC
## List Guides
### Description
Retrieves a list of guides, filtered by their state.
### Method
GET
### Endpoint
https://app.pendo.io/api/v1/guide
### Parameters
#### Query Parameters
- **state** (string) - Optional - Filter by guide state (e.g., "public").
```
--------------------------------
### List Available Skills via SkillKit
Source: https://github.com/coreyhaines31/marketingskills/blob/main/README.md
Use npx skillkit to list all skills available for installation across multiple AI agents.
```bash
npx skillkit install coreyhaines31/marketingskills --list
```
--------------------------------
### HowTo Schema Markup
Source: https://github.com/coreyhaines31/marketingskills/blob/main/skills/schema/references/schema-examples.md
Use for instructional content and tutorials. Details the steps, total time, and provides URLs for each step.
```json
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Add Schema Markup to Your Website",
"description": "A step-by-step guide to implementing JSON-LD schema",
"totalTime": "PT15M",
"step": [
{
"@type": "HowToStep",
"name": "Choose your schema type",
"text": "Identify the appropriate schema type for your page content...",
"url": "https://example.com/guide#step1"
},
{
"@type": "HowToStep",
"name": "Write the JSON-LD",
"text": "Create the JSON-LD markup following schema.org specifications...",
"url": "https://example.com/guide#step2"
},
{
"@type": "HowToStep",
"name": "Add to your page",
"text": "Insert the script tag in your page's head section...",
"url": "https://example.com/guide#step3"
}
]
}
```
--------------------------------
### List Pendo Guides
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/pendo.md
Retrieve a list of public guides in Pendo. Requires authentication.
```bash
GET https://app.pendo.io/api/v1/guide?state=public
```
--------------------------------
### List Available Composio Apps
Source: https://github.com/coreyhaines31/marketingskills/blob/main/tools/integrations/composio.md
Use the Composio CLI to list all available applications that can be integrated. This helps in understanding the scope of available tools.
```bash
npx composio apps list
```