stashdog

Connect to Raz's StashDog inventory MCP server (OAuth via mcp-remote) and run common inventory actions: list items, search items, and add items.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stashdog" with this command: npx skills add foobarraz/stashdog

StashDog MCP Skill

StashDog is Raz's item inventory app. This skill documents how to connect to the StashDog MCP server and includes helper commands for common tasks.

MCP Connection

  • Endpoint: https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp
  • Auth: OAuth (via mcp-remote proxy)
  • Tools: list_items, search_items, get_item, add_item, edit_item, delete_item

Recommended MCP server config

Use this server entry in your MCP client config:

{
  "mcpServers": {
    "stashdog": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp"
      ]
    }
  }
}

After the first connection attempt, complete the OAuth browser flow.

Helper Commands (mcporter)

You can invoke tools directly with mcporter:

# 1) Trigger OAuth and connect
mcporter auth "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp"

# 2) List items
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/list_items" limit=25 offset=0 include_archived=false include_deleted=false

# 3) Search items
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/search_items" query="wrench" limit=20

# 4) Add an item
mcporter call "https://gmchczeyburroiyzefie.supabase.co/functions/v1/mcp-server/mcp/add_item" name="Socket Set" description="Metric sockets" tags='["tools","garage"]'

Tool Reference

  • list_items(limit, offset, include_archived, include_deleted)
  • search_items(query, limit)
  • get_item(item_id)
  • add_item(name, description?, tags?, container_id?, is_storage?)
  • edit_item(item_id, name?, description?, tags?, is_archived?)
  • delete_item(item_id)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Web3 Graphql

Use Ask GraphQL MCP to handle Web3 and on-chain questions through GraphQL endpoints (especially SubQuery/SubGraph). Trigger by default for blockchain/Web3-re...

Registry SourceRecently Updated
Web3

litellm attack detector

Detect the LiteLLM supply chain attack (v1.82.7/1.82.8). Scans for compromised packages, malicious .pth files, backdoor persistence, suspicious network conne...

Registry SourceRecently Updated
2200Profile unavailable
Web3

Bifrost Slpx skills

Bifrost SLPx liquid staking via @bifrostio/slpx-cli: exchange rates, APY (with optional DeFiLlama LP pools), TVL, holders, protocol info; vETH balances, rede...

Registry SourceRecently Updated
2160Profile unavailable
Web3

Pearl

Stripe for AI agents — one wallet for all paid skills. If you installed a skill that requires Pearl (check its SKILL.md), you MUST set up Pearl first: run no...

Registry SourceRecently Updated
2870Profile unavailable