diff --git a/skills/google-docs/README.md b/skills/google-docs/README.md new file mode 100644 index 0000000..a446195 --- /dev/null +++ b/skills/google-docs/README.md @@ -0,0 +1,29 @@ +# google-docs + +Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information. + +## Installation + +```bash +refly skill install skp-mpon8uezfw22sv55gcc7h9e9 +``` + +## Triggers + +- google docs +- docs +- document +- create doc +- edit doc + +## Tags + +`documents` `productivity` `collaboration` `google` `office` + +## Author + +chizblank + +## Links + +- [View on Refly](https://refly.ai/skill/skp-mpon8uezfw22sv55gcc7h9e9) diff --git a/skills/google-docs/SKILL.md b/skills/google-docs/SKILL.md new file mode 100644 index 0000000..a55c728 --- /dev/null +++ b/skills/google-docs/SKILL.md @@ -0,0 +1,39 @@ +--- +name: google-docs +description: Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information. +skillId: skp-mpon8uezfw22sv55gcc7h9e9 +workflowId: c-sgbg3ysiq9n4ijm5xsa3s6ow +triggers: + - google docs + - docs + - document + - create doc + - edit doc +tags: + - documents + - productivity + - collaboration + - google + - office +version: 1.0.0 +--- + +# google-docs + +Integrate with Google Docs for document management and collaboration. Use when you need to: (1) create and edit documents programmatically, (2) update document content and formatting, (3) manage document permissions and sharing, or (4) search and retrieve document information. + +## Installation + +```bash +refly skill install skp-mpon8uezfw22sv55gcc7h9e9 +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.