ワンクリックで
tencent-docs-final
**Problem Category**: Browser automation for creating and editing Tencent Docs (腾讯文档) online spreadsheets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
**Problem Category**: Browser automation for creating and editing Tencent Docs (腾讯文档) online spreadsheets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a new Python subagent file in the workspace. After creating, use run_subagent to test it (NOT use_saved_subagent).
Complete the task with a final answer and save reusable subagents as skills. Use this when you have successfully solved the question.
List all previously saved subagent skills. Use this to check if a suitable subagent already exists before creating a new one.
Edit an existing subagent file by replacing specific code snippets. Supports both workspace files and saved skills.
Run a subagent - either a newly created one from workspace or a saved subagent from previous sessions.
View the source code of a saved subagent skill. Use this to understand how an existing subagent works before reusing or adapting it.
| name | tencent_docs_final |
| description | **Problem Category**: Browser automation for creating and editing Tencent Docs (腾讯文档) online spreadsheets. |
Problem Category: Browser automation for creating and editing Tencent Docs (腾讯文档) online spreadsheets. Applicable Questions: Creating new spreadsheets on Tencent Docs, filling in cell data (headers and data rows), getting document share links. Key Features:
playwright
Entry file: tencent_docs_final.py
Query type: Pass a focused sub-question as the query.
How to call:
<action>run_subagent</action>
<params>{"skill_name": "tencent_docs_final", "query": "<your focused sub-question>"}</params>