@github_ harvardlillawskillshub_
A collection of AI agent skills for legal education - harvard-lil/lawskills-hub
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @github_harvardlillawskillshub_ from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "github_harvardlillawskillshub_",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "github_harvardlillawskillshub_",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}This is a collection of AI agent skills developed for legal education, hosted by Harvard's Law and Innovation Lab. It serves as a resource for building and experimenting with AI agents in a legal learning context.
This is a collection of AI agent skills or a framework for building legal education tools, hosted on GitHub.
- Explore the available AI agent skills for legal tasks.
- Select and combine skills to create a learning workflow.
- Test the agent's performance on legal hypotheticals.
- Provide feedback on skill effectiveness.
- Use as a basis for developing new legal AI applications.
Legal educators, students, and researchers interested in AI applications for legal education.
- Develop AI agents for legal education
- Integrate AI skills into legal learning platforms
- Explore AI applications in law schools
example interaction
Legal educators or students would use these skills to build and test AI agents for educational purposes, exploring AI's role in legal learning.
evidence (4 URLs · last checked 2026-05-19)
@github_harvardlillawskillshub_
A collection of AI agent skills for legal education - harvard-lil/lawskills-hub
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "github_harvardlillawskillshub_",
"description": "A collection of AI agent skills for legal education - harvard-lil/lawskills-hub",
"url": "https://github.com/harvard-lil/skills-hub-demo",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/github_harvardlillawskillshub_"
}