← Back to Skills Marketplace
La Local Chat
by
GatoNegroIaLAB
· GitHub ↗
· v1.0.0
· MIT-0
203
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install la-local-chat
Description
Operate and improve the La Local location-management chat product. Use when reviewing or changing the frontend chat app, backend webhook, search behavior, me...
README (SKILL.md)
La Local Chat
Operate and improve the La Local chat product with one guiding rule:
- treat search as the main area for AI-assisted improvement
- keep create/update deterministic, explicit, and safe
Core behavior
Search
- Search by name, description, and relevant location context.
- Return up to 5 real matches.
- Never invent locations.
- Prefer structured retrieval and ranking over freeform generation.
- Improve relevance before adding sophistication.
Create
- Ask for the location name first.
- Create the Notion record immediately.
- Use the Notion-generated ID as the Dropbox folder reference.
- Continue field gathering in a guided flow.
Update
- Update by name or ID.
- Confirm the target record when ambiguity exists.
- Prefer deterministic field handling over freeform model behavior.
Working rules
- Preserve
thread_idin chat and upload flows. - Treat Notion as the source of truth for the record.
- Keep Dropbox folder linkage tied to the Notion ID.
- Prefer incremental, testable changes over rewrites.
- Do not regress create/update flows while improving search.
References
- Read
references/architecture.mdfor the current system shape. - Read
references/search-notes.mdwhen working on search quality or ranking behavior.
Usage Guidance
This skill is basically a document of rules and best practices for the La Local chat product; it does not install code or request credentials. Before using it in an agent that will perform actions: (1) verify how the agent will authenticate to Notion and Dropbox (the skill assumes those actions but doesn't provide credentials), (2) ensure any credentials provided to the agent are minimum-scope and stored securely, and (3) if you intend the agent to autonomously call external APIs, test in a safe environment to confirm behavior matches these deterministic rules (so it won't accidentally create or update real data). If you do not want the agent to perform live Notion/Dropbox operations, keep this skill as documentation only and avoid attaching credentials.
Capability Analysis
Type: OpenClaw Skill
Name: la-local-chat
Version: 1.0.0
The skill bundle provides architectural context and operational instructions for a location-management chat application ('La Local') integrated with Notion and Dropbox. The files (SKILL.md, architecture.md, search-notes.md) contain no executable code, suspicious network requests, or malicious prompt injection attempts, focusing instead on maintaining data consistency and improving search relevance.
Capability Assessment
Purpose & Capability
The name, description, and instructions align: the skill focuses on search, create, and update flows for the La Local chat product and references frontend/backend responsibilities. It explicitly references Notion and Dropbox integrations (which fit the described product). One minor mismatch: the skill refers to performing Notion/Dropbox actions (e.g., "Create the Notion record immediately") but the skill declares no required environment variables/credentials — this could be because it's documentation/instructions rather than executable code, but is worth noting.
Instruction Scope
SKILL.md and the reference docs stay on-topic: they describe search rules, deterministic create/update flows, and preservation of thread_id. The instructions reference only the included reference files and product behavior; they do not instruct reading arbitrary system files or exfiltrating data. However, the runtime instructions assume the ability to create Notion records and tie Dropbox folders to Notion IDs; the skill does not specify how to authenticate to those services or where credentials come from, so an implementing agent would need external credentials or connectors to actually perform those actions.
Install Mechanism
No install spec and no code files are present. This is the lowest-risk category (instruction-only). Nothing would be written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Given it references external integrations (Notion, Dropbox), it is expected that those integrations require credentials at runtime — the absence of declared env vars is not necessarily malicious but is an omission to be aware of. Ensure the agent platform supplies appropriately-scoped credentials if the skill will cause API calls.
Persistence & Privilege
always is false and there is no indication the skill requests persistent system presence or modifies other skills or system-wide settings. Autonomous model invocation remains allowed (default), which is normal; nothing in the skill upgrades privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install la-local-chat - After installation, invoke the skill by name or use
/la-local-chat - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public version for operating and improving the La Local location-management chat product.
Metadata
Frequently Asked Questions
What is La Local Chat?
Operate and improve the La Local location-management chat product. Use when reviewing or changing the frontend chat app, backend webhook, search behavior, me... It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.
How do I install La Local Chat?
Run "/install la-local-chat" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is La Local Chat free?
Yes, La Local Chat is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does La Local Chat support?
La Local Chat is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created La Local Chat?
It is built and maintained by GatoNegroIaLAB (@gatonegroialab); the current version is v1.0.0.
More Skills