composio-google-docs

Solid

Per-app playbook for driving Google Docs through Composio (toolkit slug `googledocs`). Verified GOOGLEDOCS_* tool slugs and argument shapes for searching, reading plaintext, creating (incl. from markdown), and editing documents. Use alongside the `composio` hub skill whenever a task reads or writes Google Docs for a connected user.

Data & Documents 520 stars 57 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Composio · Google Docs Toolkit slug: **`googledocs`**. Read the [[composio]] hub first for the call model. A document is identified by its `document_id` (the id in the Docs URL). ```bash agent-swarm x composio POST /tools/execute/<SLUG> \ --body '{"user_id":"t@desplega.ai","connected_account_id":"ca_…","arguments":{ … }}' ``` ## Headline tools | Slug | What | Key args | |---|---|---| | `GOOGLEDOCS_SEARCH_DOCUMENTS` | Find docs (Drive search) | `query`, `max_results` (def 10), `order_by` (def `modifiedTime desc`), `modified_after`, `created_after`, `starred_only`, `shared_with_me`, `response_detail` (def `minimal`) | | `GOOGLEDOCS_GET_DOCUMENT_PLAINTEXT` | Read doc as text | **`document_id`**, `include_tables` (def true), `include_headers`, `include_footers`, `include_footnotes`, `include_tabs_content` | | `GOOGLEDOCS_GET_DOCUMENT_BY_ID` | Full structured doc JSON | `document_id` | | `GOOGLEDOCS_CREATE_DOCUMENT` | Create blank/with text | `title`, `text` | | `GOOGLEDOCS_CREATE_DOCUMENT_MARKDOWN` | Create from markdown | **`title`**, `markdown_text`, `image_assets` | | `GOOGLEDOCS_UPDATE_DOCUMENT_MARKDOWN` | Replace body with markdown | `document_id`, `markdown_text` | | `GOOGLEDOCS_INSERT_TEXT_ACTION` | Insert text at index | `document_id`, `text`, `index` | | `GOOGLEDOCS_REPLACE_ALL_TEXT` | Find & replace | `document_id`, `find`, `replace` | | `GOOGLEDOCS_COPY_DOCUMENT` | Duplicate a doc | `document_id`, `title` | | `GOOGLEDOCS_EXPORT_DOCUMENT_AS_PDF` | Export to PDF ...

Details

Author
desplega-ai
Repository
desplega-ai/agent-swarm
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category