Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Academic Data Integration

ASecurity

When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive academic reports. This skill combines course information, assignment details, submission status, and user context to generate actionable insights. Triggers include requests that involve cross-referencing multiple data sources or creating consolidated academic reports from disparate systems.

8 stars
0 votes
0 copies
0 views
Added 5/29/2026
researchpythonapi

Works with

api

Security Analysis

A100/100

Scanned 5/29/2026

Install to Claude Code

$npx -y skills add zjunlp/Skills --skill academic-data-integration --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Academic Data Integration?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Academic Data Integration
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/zjunlp-academic-data-integration/badge)](https://www.skillsdirectory.com/skills/zjunlp-academic-data-integration)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: academic-data-integration
description: When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive academic reports. This skill combines course information, assignment details, submission status, and user context to generate actionable insights. Triggers include requests that involve cross-referencing multiple data sources or creating consolidated academic reports from disparate systems.
---
# Instructions

## Objective
Integrate data from Canvas LMS, user memory, and local workspace files to identify and report on unsubmitted academic work. The primary output is formatted CSV files containing sorted lists of pending quizzes and assignments.

## Core Workflow

### 1. Initial Data Gathering
- **Read User Memory**: Use `memory-read_graph` to retrieve the user's personal information. Pay special attention to academic exemptions (e.g., English entrance exam score).
- **Fetch Course List**: Use `canvas-canvas_list_courses` to get all enrolled courses. Note the `course_code` and `name` for each.

### 2. Understand Output Format
- **Inspect Workspace**: Use `local-python-execute` to list files in `/workspace/dumps/workspace/` and examine any existing CSV files (e.g., `quiz_info.csv`, `assignment_info.csv`).
- **Analyze Headers**: Note the required CSV columns and data format from the example rows.

### 3. Collect Pending Work Details
- **Fetch Assignments & Quizzes**: For each course ID obtained in step 1, call:
    - `canvas-canvas_list_assignments` with `include_submissions: true`.
    - `canvas-canvas_list_quizzes`.
- **Identify Unsubmitted Items**:
    - **Assignments**: An item is "unsubmitted" if `submission.workflow_state` is `"unsubmitted"` AND `is_quiz_assignment` is `false`.
    - **Quizzes**: A quiz is "required" if its `quiz_type` is `"assignment"` (graded). Ignore `"practice_quiz"` types.
    - **Apply Exemptions**: Cross-reference user memory with course announcements. For example, if a user's English entrance score is ≥90 and a course announcement grants an exemption, exclude that quiz.

### 4. Enrich Data & Sort
- **Fetch Course Details**: Optionally use `canvas-canvas_get_course` for each course if additional metadata (like credits) is needed but not in the initial list.
- **Determine Credits**: If credit information is unavailable via API, infer it logically (e.g., 101/201/301-level = 3 credits, 401-level = 4 credits) based on the `course_code`.
- **Clean Data**: Remove the `-x` suffix (e.g., `-1`) from `course_code` and `course_name`.
- **Sort Final Lists**:
    1. **Primary Key**: Deadline (`due_at`) in chronological order.
    2. **Secondary Key**: Course code in dictionary (alphabetical) order for items with identical deadlines.

### 5. Generate Output Files
- **Write CSVs**: Use `local-python-execute` to run a Python script that:
    1. Creates the sorted lists of quizzes and assignments.
    2. Writes to the existing CSV file paths in the workspace **without changing the filenames**.
    3. Formats data exactly as the example headers specify.
- **Verify**: Read and print the final CSV contents to confirm correct formatting and sorting.

## Key Decision Points
- **Inclusion/Exclusion Logic**: Document why specific items were included or excluded (e.g., "exempt due to high English score", "practice quiz not graded").
- **Data Fallbacks**: When API data is missing (e.g., credits), use reasoned defaults and note the assumption.
- **Sorting Validation**: Double-check that sorting by deadline then course code is correctly implemented.

## Final Output
The skill is complete when:
1. The `quiz_info.csv` and `assignment_info.csv` files in the workspace are updated with the current, sorted list of unsubmitted work.
2. A clear summary is provided explaining what was found and any logical decisions made.

Attribution

zjunlpzjunlp
View sourceMore from zjunlp →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

798221 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →