# Land Title Verifier Wutsi

> Validates land titles against the Cameroon digital registry to prevent fraud and verify ownership.

- **Type:** Skill
- **Install:** `agentstack add skill-thomasmoreai-legal-skills-open-land-title-verifier-wutsi`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ThomasMoreAI](https://agentstack.voostack.com/s/thomasmoreai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [ThomasMoreAI](https://github.com/ThomasMoreAI)
- **Source:** https://github.com/ThomasMoreAI/legal-skills-open/tree/main/cm/real-estate/skills/land-title-verifier-wutsi

## Install

```sh
agentstack add skill-thomasmoreai-legal-skills-open-land-title-verifier-wutsi
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: Land Title Verifier

This skill allows the agent to check the authenticity of a "Titre Foncier" (Land Title) in Cameroon. It should be used
whenever a user provides a title number or asks for property verification.

## Tools

- `check_title`: Queries the digital land registry database.
    - `title_number`: (string) The unique ID of the land title (e.g., "1234/LIT").
    - `region`: (string) Optional. The administrative region, such as "Littoral", "Centre", or "Ouest".

- `get_title_history`: Return the chain of previous owners for a given title number.
    - `title_number`: (invalid_type) The unique ID of the land title (e.g., "1234/LIT").

## Instructions

- **Verification Protocol**: If a title is found, always report the "Nom du Propriétaire" (Owner Name) and the "
  Superficie" (Area in square meters).
- **Fraud Detection**: If the title number does not match the expected regional format (e.g., missing the region
  suffix), flag it as "Suspicious" and suggest a physical "Concierge Verification."
- **Tone**: Maintain a professional, legalistic tone. Use French terminology for official document names (e.g., "
  Certificat de Propriété") but keep the summary in the user's preferred language.

## Examples

**User:** "Can you check land title 5678/LIT in Douala?"
**Action:** Call `check_title(title_number="5678/LIT", region="Littoral")`

**User:** "I want to see the history of this property: 9912/CEN."
**Action:** Call `get_title_history(title_number="9912/CEN")`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ThomasMoreAI](https://github.com/ThomasMoreAI)
- **Source:** [ThomasMoreAI/legal-skills-open](https://github.com/ThomasMoreAI/legal-skills-open)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-thomasmoreai-legal-skills-open-land-title-verifier-wutsi
- Seller: https://agentstack.voostack.com/s/thomasmoreai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
