{"id":28749158,"url":"https://github.com/spartee/arcade-obsidian","last_synced_at":"2026-03-06T00:32:11.707Z","repository":{"id":275947053,"uuid":"893795827","full_name":"Spartee/arcade-obsidian","owner":"Spartee","description":"Arcade Tools for using LLMs to interact with Obsidian Vault contents","archived":false,"fork":false,"pushed_at":"2025-03-05T03:09:51.000Z","size":75,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T20:06:35.283Z","etag":null,"topics":["arcade","arcade-dev","gpt","llmtools","markdown","obsidian","openai","rag","search","toolcalling","tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Spartee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-25T08:20:57.000Z","updated_at":"2025-06-09T13:44:10.000Z","dependencies_parsed_at":"2025-02-05T13:18:59.642Z","dependency_job_id":"c29d6d41-3ff8-44e7-bd2c-947038ae9b57","html_url":"https://github.com/Spartee/arcade-obsidian","commit_stats":null,"previous_names":["spartee/arcade-obsidian"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Spartee/arcade-obsidian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartee%2Farcade-obsidian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartee%2Farcade-obsidian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartee%2Farcade-obsidian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartee%2Farcade-obsidian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spartee","download_url":"https://codeload.github.com/Spartee/arcade-obsidian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spartee%2Farcade-obsidian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["arcade","arcade-dev","gpt","llmtools","markdown","obsidian","openai","rag","search","toolcalling","tools"],"created_at":"2025-06-16T20:00:31.713Z","updated_at":"2026-03-06T00:32:11.664Z","avatar_url":"https://github.com/Spartee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- A placeholder for a toolkit logo or cover image. Remove or replace with your own. --\u003e\n\u003ch3 align=\"center\"\u003e\n  \u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n  \u003cimg\n    src=\"https://docs.arcade.dev/images/logo/arcade-logo.png\"\n    style=\"width: 250px;\"\n  \u003e\n  \u003cp\u003e+\u003c/p\u003e\n  \u003cimg\n    src=\"https://images.ctfassets.net/wjg1udsw901v/78Ws2s56LgCLoxkx3Xdcsl/083d00cd84eeec428087bbab65ae3580/obsidian-logo.png\"\n    style=\"width: 300px;\"\n  \u003e\n\u003c/h3\u003e\n\u003c!-- Add or remove badges as needed. For example, a GitHub star/fork badge or version badges. --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/spartee/arcade_obsidian\" alt=\"GitHub stars\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/spartee/arcade_obsidian\" alt=\"GitHub release\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.10+-blue.svg\" alt=\"Python version\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/v/arcade_obsidian\" alt=\"PyPI version\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Arcade Obsidian Toolkit\n\nArcade Obsidian Toolkit provides llm tools for reading, searching and writing to obsidian vaults.\n\n## Features\n\n-   Search and query obsidian vaults with natural language\n-   Create, update and delete notes in obsidian vault\n-   BM25 search index of markdown files with Whoosh\n-   Backup and restore of search index\n-   Background updating and file watching\n\n## Install\n\nInstall this toolkit using pip:\n\n```bash\npip install arcade_obsidian\n```\n\n## Available Tools\n\nTo show the tools you can run\n\n```\narcade show --local\n```\n\n| Name                          | Description                                                                       |\n| ----------------------------- | --------------------------------------------------------------------------------- |\n| Obsidian.CreateNote           | Create a new note with given content.                                             |\n| Obsidian.UpdateNote           | Update an existing note with new content.                                         |\n| Obsidian.SearchNotesByTitle   | Search obsidian notes by title.                                                   |\n| Obsidian.SearchNotesByContent | Search obsidian notes by content. Use when searching for a specific multiple-word |\n| Obsidian.ListNotes            | List all note filenames in the Obsidian vault.                                    |\n| Obsidian.ReadNote             | Read the content of a specific note.                                              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartee%2Farcade-obsidian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspartee%2Farcade-obsidian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartee%2Farcade-obsidian/lists"}