Cam Skattebo reveals his post-retirement plans amid Giants RB's ankle injury rehab
”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
“After football, I’m going to be a cop or a firefighter. Probably a firefighter.”
•
Looking to predict NFL playoff Scenarios? Try our NFL Playoff Predictor for real-time simulations and stay ahead of the game!
Skattebo also revealed that if he weren’t playing football, then he’d be working in his dad’s pest control company. Cam’s dad, Leonard Skattebo, is a co-founder and operator at Trifecta Home Services NorCal.
Cam Skattebo had an impressive start to life in the NFL. The Arizona State product amassed a stat line of 101 carries, 410 rushing yards, and five rushing touchdowns before his rookie season-ending injury. He’s currently in rehab and aiming for a return for the start of the 2026 campaign.
Cam Skattebo’s New York Giants face a tough schedule to close season
The New York Giants are 2-9 to start the season. They fired head coach Brian Daboll after their Week 10 loss to the Chicago Bears and are 0-1 under interim head coach Mike Kafka.
Cam Skattebo’s side has a difficult rest of the campaign, as they look to finish the season on a positive note. Their next two games before a Week 14 bye are against the in-form Detroit Lions and red-hot New England Patriots.
After their bye is a game against the Washington Commanders, then one versus the playoffs chasing Minnesota Vikings. Both the Commanders and Vikings made the playoffs in 2024.
The Giants do have winnable games on paper against the struggling Las Vegas Raiders and Dallas Cowboys in Weeks 17 and 18, respectively. Both teams have an uphill battle to reach the playoffs and didn’t qualify for the postseason in 2024.
The Giants have dealt with injuries to most of their standout offensive players in 2025. Their fans will hope for better luck for the rest of the campaign and in the 2026 season.
Edited by Nick Igbokwe
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-cam-skattebo-reveals-post-retirement-plans-amid-giants-rb-s-ankle-injury-rehab?lang=en&category=nfl”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode = ‘(adsbygoogle = window.adsbygoogle || []).push({});’;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…