ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

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.

Why use this skill?

Manage your inventory effortlessly with the StashDog MCP skill. Connect your database to OpenClaw for easy item tracking, searching, and categorization.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/foobarraz/stashdog
Or

What This Skill Does

The StashDog skill serves as a dedicated interface for Raz's item inventory system. By leveraging the Model Context Protocol (MCP), it enables your AI agent to securely interact with your physical or digital item collection. The skill facilitates seamless CRUD operations (Create, Read, Update, Delete) on your inventory, allowing you to track belongings, manage metadata like tags and descriptions, and perform complex searches across your stash. Whether you are cataloging a garage, organizing a digital library, or tracking small parts, this agent-based solution ensures your inventory is always accessible via standard LLM natural language queries.

Installation

To integrate StashDog into your environment, use the OpenClaw command: clawhub install openclaw/skills/skills/foobarraz/stashdog. Once installed, you must configure your MCP client. Add the following entry to your configuration file:

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

After saving the config, the agent will initiate the mcp-remote process. Follow the browser-based OAuth prompt to authenticate your account and grant the agent the necessary permissions to manage your stash items.

Use Cases

  • Inventory Auditing: Quickly check quantities and statuses of stored items.
  • Organizing Workspace: Tag and categorize loose items to maintain an efficient home or professional storage system.
  • Data Recovery/Retrieval: Find specific items across large collections using semantic search capabilities.
  • Logistics: Efficiently add new acquisitions to your digital inventory log without manual database entry.

Example Prompts

  1. "Check my inventory and tell me if I have any metric socket sets stored in the garage tags."
  2. "Add a new item called 'Vintage Camera' with the description 'Found in attic box' and tag it as 'collectible'."
  3. "List my last 10 items added to the inventory and hide all archived records."

Tips & Limitations

  • Security: Since this uses OAuth, ensure your mcp-remote proxy session is handled within a secure, authenticated environment. Never share your proxy access tokens.
  • Pagination: When using list_items, remember that the limit parameter is capped by server defaults. Use offset to navigate through larger collections incrementally.
  • Data Integrity: Always verify your input strings, especially when passing lists of tags, to ensure they adhere to JSON formatting requirements.
  • Limitations: The skill currently relies on the stability of the supabase endpoint. If the server is unreachable, the agent will gracefully inform you of the connection error.

Metadata

Author@foobarraz
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-foobarraz-stashdog": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#inventory#mcp#organization#tracking
Safety Score: 4/5

Flags: network-access, external-api