A safer, more beautiful, and easier-to-use OpenClaw alternative
$ npx -y skills add poco-ai/poco-claw --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: poco-ai/poco-claw
What's inside

A safer, more beautiful, and easier-to-use OpenClaw alternative
| Channel Collaboration | Shared Files |
|---|---|
![]() | ![]() |
| Start from a channel message, mention a persistent agent, and follow task progress in the execution drawer. | Published artifacts are grouped by agent so teammates and agents can reuse the same outputs. |
| Project Settings | Preset Editor |
|---|---|
![]() | ![]() |
| Set default configurations for your project โ presets, local directory mounts, GitHub repos, knowledge base, and more. | DIY your cloud coworker โ skills, MCP, sub-agents, andโฆ system prompts & custom visual identity! |

Run the interactive setup script to automatically generate configuration and start services:
./scripts/quickstart.sh
Visit: http://localhost:3000 after startup completes.
For detailed deployment documentation and troubleshooting, please refer to the Deployment Guide.
.env.example
.github/
workflows/
ci-eslint.yml
ci-prettier.yml
ci-pyrefly.yml
ci-ruff.yml
close-stale-issues.yml
docker-images.yml
docs-sync.yml
feishu-bot.yml
opencode.yml
.gitignore
.pre-commit-config.yaml
.prettierignore
AGENTS.md
assets/
hero.png
icons/
presets/
preset-visual-01.svg
preset-visual-02.svg
preset-visual-03.svg
preset-visual-04.svg
preset-visual-05.svg
preset-visual-06.svg
preset-visual-07.svg
preset-visual-08.svg
preset-visual-09.svg
images/
channel-agent-collaboration.jpg
channel-shared-file.jpg
chat-in-project.png
edit-preset.png
edit-project.png
logo.JPG
logo.svg
backend/
.env.example
.gitignore
.python-version
alembic/
alembic.ini
env.py
README
script.py.mako
versions/
0537f90d9fc7_add_user_model_provider_settings.py
06407b1d392d_create_preset_visuals_table.py
0f0033af79a0_.py
1b3d96b80d10_add_usage_analytics_fields.py
1c123413ec15_add_channel_artifacts.py
20260420_add_system_capability_policy_flags.py
20260420_add_system_role_to_users.py
20260430_add_runtime_env_policy_and_visibility.py
20260510_merge_dev_runtime_and_channel_heads.py
23330443a243_add_workspace_issue_position.py
2b7e4c91d6a0_add_session_shares.py
331320b4f8d1_.py
399bf32a2a75_.py
3b7f9c2d4e11_add_agent_assignments.py
496ff1c1ee70_add_pending_skill_creations.py
51643c2207d3_.py
536bf6b4ee0c_add_admin_disabled_to_skills.py
5d3d18277ec7_.py
5dabd02f9e77_add_server_channel_tasks.py
5f2d9a7c8e11_add_server_channel_message_reactions.py
604f9cc61bd7_.py
66b67a534707_add_description_to_mcp_servers.py
6841f61dc123_add_agent_identity_soft_removal.py
6dd7517c0d5f_.py
73af4f9e2b31_add_agent_identity_foundation.py
74e90ae3d7a1_add_session_pin_fields.py
833daf707b32_create_project_files_table.py
8a31d647f0ff_add_im_event_outbox.py
8fd0f1d4f6c2_add_agent_runtime_binding.py
907f563b7532_add_channel_task_delegation_fields.py
90878d18dc71_add_server_channel_messages.py
95154d6750d3_merge_runtime_policy_skill_flag_and_.py
95e3039e1515_.py
98b9968cc9be_add_session_queue_items_table.py
9a4fff9b8b57_merge_pending_skill_creations_and_im_.py
9dfa9009ffbd_merge_channel_task_delegation_and_skill_.py
a053345a5972_replace_preset_icon_color_with_visual_.py
a1d8c5be4d22_remove_model_provider_byok.py
a5582f015bfd_.py
a8c4e9f1b2d3_add_unique_server_invite_creator.py
ab4f7c9d2e31_allow_channel_upload_artifacts.py
ac35ccd45c9d_add_description_to_skills_table.py
accd5cb3b1da_add_server_system_channels.py
adaae42d2d49_remove_usage_cost_field.py
adbcc3fc76a9_add_description_to_projects.py
b0d7d7f5f351_add_auth_tables.py
b1a098ab9d8c_.py
b21386d7517c_add_persistent_runtime_registry.py
b59418d33935_.py
b6dbbf02d4c1_add_activity_logs.py
b85a9ddfaf2b_add_server_channel_foundation.py
b8868c7ab79f_simplify_project_default_preset.py
b97f576b621d_add_preset_tables.py
c0a0c1dd35a1_add_server_conversation_types.py
c217ac09f191_.py
c8a7d5e9f012_add_workspace_collaboration.py
c91c6d7b2a1f_clear_unverified_primary_emails.py
c9d83ea69bc6_add_session_cancellation_state.py
cec1392f823d_.py
d17c3fd8fad7_create_project_local_mounts_table.py
d4019c5265dc_add_embedded_im_tables.py
d5f3a8e72c41_add_server_channel_description.py
e1c0ccb93e57_.py
ef4fe9610e92_.py
f3b9c4d7e8a1_add_run_scoped_replay_and_workspace.py
f4b1d8e2c6a7_add_workspace_tenancy_foundation.py
merge_heads.py
app/
api/
__init__.py
v1/
__init__.py
activity_logs.py
admin.py
attachments.py
audio.py
auth.py
callback.py
capability_recommendations.py
claude_md.py
env_vars.py
filesystem.py
im.py
internal_agent_assignments.py
internal_channel_artifacts.py
internal_channel_runtime.py
internal_claude_md.py
internal_env_vars.py
internal_mcp_config.py
internal_memories.py
internal_persistent_runtimes.py
internal_plugin_config.py
internal_scheduled_tasks.py
internal_server_channel_tasks.py
internal_sessions.py
internal_skill_config.py
internal_skills.py
internal_slash_commands.py
internal_subagents.py
internal_user_input_requests.py
mcp_servers.py
memories.py
messages.py
models.py
pending_skill_creations.py
plugin_imports.py
plugin_installs.py
plugins.py
presets.py
project_files.py
projects.py
runs.py
scheduled_tasks.py
schedules.py
search.py
server_agents.py
server_channel_artifacts.py
server_channel_messages.py
server_channel_tasks.py
server_channels.py
server_invites.py
server_members.py
servers.py
session_queue.py
session_shares.py
sessions.py
skill_imports.py
skill_installs.py
skill_marketplace.py
skills.py
slash_commands.py
subagents.py
tasks.py
tool_executions.py
usage.py
user_input_requests.py
user_mcp_installs.py
workspace_boards.py
workspace_invites.py
workspace_issues.py
workspace_members.py
workspaces.py
core/
audit.py
database.py
deps.py
errors/
error_codes.py
exception_handlers.py
exceptions.py
middleware/
__init__.py
request_context.py
request_logging.py
observability/
logging.py
request_context.py
settings.py
lifecycle/
__init__.py
bootstrap.py
builtin_mcp.py
builtin_preset_visuals.py
builtin_skills.py
lifespan.py
main.py
models/
__init__.py
activity_log.py
agent_assignment.py
agent_identity.py
agent_message.py
agent_persistent_state.py
agent_run.py
agent_scheduled_task.py
agent_session.py
auth_identity.py
channel_artifact.py
claude_md.py
env_var.py
im.py
mcp_server.py
memory_create_job.py
pending_skill_creation.py
persistent_runtime.py
plugin_import_job.py
plugin.py
preset_visual.py
preset.py
project_file.py
project_local_mount.py
project.py
runtime_env_policy.py
server_channel_agent_member.py
server_channel_member.py
server_channel_message_reaction.py
server_channel_message.py
server_channel_task.py
server_channel.py
server_invite.py
server_member.py
server.py
session_queue_item.py
session_share.py
skill_import_job.py
skill.py
slash_command.py
sub_agent.py
tool_execution.py
usage_log.py
user_input_request.py
user_mcp_install.py
user_plugin_install.py
user_session.py
user_skill_install.py
user.py
workspace_board_field.py
workspace_board.py
workspace_invite.py
workspace_issue_field_value.py
workspace_issue.py
workspace_member.py
workspace.py
repositories/
activity_log_repository.py
agent_assignment_repository.py
agent_identity_repository.py
agent_persistent_state_repository.py
auth_identity_repository.py
channel_artifact_repository.py
claude_md_repository.py
env_var_repository.py
im.py
mcp_server_repository.py
memory_create_job_repository.py
message_repository.py
pending_skill_creation_repository.py
persistent_runtime_repository.py
plugin_import_job_repository.py
plugin_repository.py
preset_repository.py
preset_visual_repository.py
project_file_repository.py
project_repository.py
run_repository.py
runtime_env_policy_repository.py
scheduled_task_repository.py
search_repository.py
server_channel_agent_member_repository.py
server_channel_message_reaction_repository.py
server_channel_message_repository.py
server_channel_repository.py
server_channel_task_repository.py
server_invite_repository.py
server_member_repository.py
server_repository.py
session_queue_item_repository.py
session_repository.py
session_share_repository.py
skill_import_job_repository.py
skill_repository.py
slash_command_repository.py
sub_agent_repository.py
tool_execution_repository.py
usage_log_repository.py
user_input_request_repository.py
user_mcp_install_repository.py
user_plugin_install_repository.py
user_repository.py
user_session_repository.py
user_skill_install_repository.py
workspace_board_repository.py
workspace_invite_repository.py
workspace_issue_repository.py
workspace_member_repository.py
workspace_repository.py
schemas/
activity_log.py
admin.py
agent_assignment.py
agent_identity.py
agent_trigger.py
audio.py
auth.py
callback.py
capability_recommendation.py
channel_artifact.py
channel_runtime.py
claude_md.py
computer.py
env_var.py
filesystem.py
im.py
input_file.py
internal_persistent_runtime.py
internal_session.py
mcp_config.py
mcp_server.py
memory.py
message.py
model_config.py
pending_skill_creation.py
persistent_runtime.py
plugin_config.py
plugin_import.py
plugin.py
preset.py
project_file.py
project.py
response.py
run.py
runtime_env_policy.py
scheduled_task.py
search.py
server_channel_message_reaction.py
server_channel_message.py
server_channel_task_agent.py
server_channel_task.py
server_channel.py
server_invite.py
server_member.py
server.py
session_queue_item.py
session_share.py
session.py
skill_config.py
skill_import.py
skill_marketplace.py
skill.py
slash_command_config.py
slash_command.py
source.py
sub_agent.py
task.py
tool_execution.py
usage_analytics.py
usage.py
user_input_request.py
user_mcp_install.py
user_plugin_install.py
user_profile.py
user_skill_install.py
workspace_board.py
workspace_invite.py
workspace_issue.py
workspace_member.py
workspace_tenancy.py
workspace.py
services/
__init__.py
activity_logger.py
admin_masking.py
agent_assignment_service.py
... 1600 moreShowing a partial view of a very large repo.
FAQ
poco-claw is a Claude Code plugin with 7 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes gif-sticker-maker, minimax-docx, minimax-multimodal-toolkit. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.