LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

add_platform.implement - Implement Platform Support for DeepWork

Creates platform adapter, templates, tests, and documentation for DeepWork integration

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create platform adapter class
  • create command templates
  • register adapter
  • write comprehensive tests
  • update README documentation
  • run tests and verify

Inputs

  • job_schema.py
  • adapters.py
  • cli_configuration.md

Outputs

  • platform adapter class
  • command templates
  • test files
  • README.md updates

Requirements

  • Python development environment
  • pytest testing framework
  • DeepWork framework

Source

  • Spec: SKILL.md
platform integration
adapter
testing
DeepWork
create platform adapter class
create command templates
register adapter
write comprehensive tests
job_schema.py
adapters.py
cli_configuration.md
platform adapter class
command templates
test files