{
  "id": "shit-poster",
  "name": "Shit Poster",
  "description": "Specializes in creating attention-grabbing and provocative visual content. Use it for social media posts, memes, and viral content.",
  "version": "1.0.0",
  "author": "Artemis",
  "tags": ["social", "meme", "viral"],
  "entryPoint": "tool_chain",
  "category": "design",
  "difficulty": "intermediate",
  "toolChain": [
    {
      "tool": "generate_image",
      "input": {
        "prompt": "Create an attention-grabbing shitpost style image with bold colors",
        "style": "memetic"
      }
    }
  ],
  "inputs": [
    {
      "name": "content",
      "type": "string",
      "description": "The main content of the post",
      "required": true
    }
  ],
  "outputs": [
    {
      "name": "postFile",
      "type": "string",
      "description": "Path to the generated social media post file"
    }
  ]
}