{"id":18940867,"url":"https://github.com/llm-workflow-engine/lwe-plugin-gist","last_synced_at":"2026-03-23T12:30:21.418Z","repository":{"id":213873647,"uuid":"735082290","full_name":"llm-workflow-engine/lwe-plugin-gist","owner":"llm-workflow-engine","description":"LLM Workflow Engine (LWE) Github Gist plugin","archived":false,"fork":false,"pushed_at":"2023-12-23T21:01:52.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-31T22:41:55.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llm-workflow-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-23T15:47:51.000Z","updated_at":"2024-01-16T03:59:34.000Z","dependencies_parsed_at":"2023-12-23T22:34:26.959Z","dependency_job_id":"f187497c-0adc-4ebd-a303-15914a24ae85","html_url":"https://github.com/llm-workflow-engine/lwe-plugin-gist","commit_stats":null,"previous_names":["llm-workflow-engine/lwe-plugin-gist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-gist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-gist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-gist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llm-workflow-engine%2Flwe-plugin-gist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llm-workflow-engine","download_url":"https://codeload.github.com/llm-workflow-engine/lwe-plugin-gist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239939539,"owners_count":19721871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T12:24:39.347Z","updated_at":"2026-03-23T12:30:19.555Z","avatar_url":"https://github.com/llm-workflow-engine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Workflow Engine (LWE) Github Gist plugin\n\nGithub Gist plugin for [LLM Workflow Engine](https://github.com/llm-workflow-engine/llm-workflow-engine)\n\nPost a conversation to [https://gist.github.com](https://gist.github.com)\n\n## Installation\n\nGrab your access token from [https://github.com/settings/tokens](https://github.com/settings/tokens) -- you'll need to have a\nuser account on [https://github.com](https://github.com) and be logged in to create the token. Recommend to create a 'classic'\ntoken with only the `gist` scope.\n\nExport the key into your local environment:\n\n```bash\nexport GITHUB_GIST_ACCESS_TOKEN=\u003cACCESS_TOKEN\u003e\n```\n\n### From packages\n\nInstall the latest version of this software directly from github with pip:\n\n```bash\npip install git+https://github.com/llm-workflow-engine/lwe-plugin-gist\n```\n\n### From source (recommended for development)\n\nInstall the latest version of this software directly from git:\n\n```bash\ngit clone https://github.com/llm-workflow-engine/lwe-plugin-gist.git\n```\n\nInstall the development package:\n\n```bash\ncd lwe-plugin-gist\npip install -e .\n```\n\n## Configuration\n\nAdd the following to `config.yaml` in your profile:\n\n```yaml\nplugins:\n  enabled:\n    - gist\n    # Any other plugins you want enabled...\n  # These are the default values.\n  gist:\n    defaults:\n      # File extension to use for the content.\n      file_extension: md\n      # Valid values: public, secret\n      visibility: public\n    # If true, include the link to the raw version of the gist.\n    include_raw_link: false\n    # If true, exclude any system messages when generating the\n    # content of the gist.\n    exclude_system_messages: false\n```\n\n## Usage\n\nUse the `/gist` command to store the contents of the current conversation to [https://gist.github.com](https://gist.github.com).\n\nFormat is `/gist [public|secret] [file_extension] [custom title]`\n\nFrom a running LWE shell:\n\n```\n# Use the defaults.\n/gist\n# A secret gist.\n/gist secret\n# Custom everything\n/gist public yaml My custom title\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-gist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-gist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllm-workflow-engine%2Flwe-plugin-gist/lists"}