manifest.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "pdf",
  3. "version": "1.0.0",
  4. "description": "Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.",
  5. "author": "Teaching AI",
  6. "type": "workflow-plugin",
  7. "workflows": [
  8. {
  9. "id": "pdf",
  10. "name": "PDF Processing Guide",
  11. "description": "Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.",
  12. "steps": [
  13. {
  14. "id": 1,
  15. "name": "analyze",
  16. "description": "Analyze requirements",
  17. "type": "instruction"
  18. },
  19. {
  20. "id": 2,
  21. "name": "execute",
  22. "description": "Execute skill task",
  23. "type": "instruction"
  24. },
  25. {
  26. "id": 3,
  27. "name": "output",
  28. "description": "Generate output",
  29. "type": "instruction"
  30. }
  31. ],
  32. "inputs": [],
  33. "outputs": []
  34. }
  35. ]
  36. }